From a4f528021f0f917db1074930d2b67e653ef02ae1 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Mon, 5 Mar 2012 16:01:58 -0500 Subject: [PATCH] CC-3384: Pypo On-Air is off and streaming is not playing on every other songs in a show. -fixed, but there is another small problem --- python_apps/pypo/pypopush.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/pypo/pypopush.py b/python_apps/pypo/pypopush.py index db153cd36..046937fd1 100644 --- a/python_apps/pypo/pypopush.py +++ b/python_apps/pypo/pypopush.py @@ -99,7 +99,7 @@ class PypoPush(Thread): track, so let's push it now so that Liquidsoap can start playing it immediately after (and prepare crossfades if need be). """ - telnet_to_liquidsoap(media_item) + self.telnet_to_liquidsoap(media_item) self.last_end_time = media_item["end"] else: """