From 46364bec443289f9c1301f8c935e3cb4f64cdb48 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Fri, 17 May 2013 14:54:23 -0400 Subject: [PATCH] fix reference to non-existent var --- python_apps/pypo/schedule/pypofetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/pypo/schedule/pypofetch.py b/python_apps/pypo/schedule/pypofetch.py index 034e33b9f..c3bafc9b7 100644 --- a/python_apps/pypo/schedule/pypofetch.py +++ b/python_apps/pypo/schedule/pypofetch.py @@ -108,7 +108,7 @@ class PypoFetch(Thread): self.regenerate_liquidsoap_conf(m['setting']) elif command == 'update_stream_format': self.logger.info("Updating stream format...") - self.telnetliquidsoap.\ + self.pypo_liquidsoap.\ get_telnet_dispatcher().\ update_liquidsoap_stream_format(m['stream_format']) elif command == 'update_station_name':