fix reference to non-existent var

This commit is contained in:
Martin Konecny 2013-05-17 14:54:23 -04:00
parent e4b6eef22d
commit 46364bec44

View file

@ -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':