fix reference to non-existent var
This commit is contained in:
parent
e4b6eef22d
commit
46364bec44
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class PypoFetch(Thread):
|
||||||
self.regenerate_liquidsoap_conf(m['setting'])
|
self.regenerate_liquidsoap_conf(m['setting'])
|
||||||
elif command == 'update_stream_format':
|
elif command == 'update_stream_format':
|
||||||
self.logger.info("Updating stream format...")
|
self.logger.info("Updating stream format...")
|
||||||
self.telnetliquidsoap.\
|
self.pypo_liquidsoap.\
|
||||||
get_telnet_dispatcher().\
|
get_telnet_dispatcher().\
|
||||||
update_liquidsoap_stream_format(m['stream_format'])
|
update_liquidsoap_stream_format(m['stream_format'])
|
||||||
elif command == 'update_station_name':
|
elif command == 'update_station_name':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue