fix reference to non-existent var
This commit is contained in:
parent
46364bec44
commit
d86edd43ab
1 changed files with 2 additions and 9 deletions
|
@ -206,7 +206,7 @@ class PypoFetch(Thread):
|
||||||
|
|
||||||
#Wait here and poll Liquidsoap until it has started up
|
#Wait here and poll Liquidsoap until it has started up
|
||||||
self.logger.info("Waiting for Liquidsoap to start")
|
self.logger.info("Waiting for Liquidsoap to start")
|
||||||
self.telnetliquidsoap.liquidsoap_startup_test()
|
self.pypo_liquidsoap.liquidsoap_startup_test()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.set_bootstrap_variables()
|
self.set_bootstrap_variables()
|
||||||
|
@ -320,7 +320,7 @@ class PypoFetch(Thread):
|
||||||
This function updates the bootup time variable in Liquidsoap script
|
This function updates the bootup time variable in Liquidsoap script
|
||||||
"""
|
"""
|
||||||
|
|
||||||
output = self.telnetliquidsoap.\
|
output = self.pypo_liquidsoap.\
|
||||||
get_telnet_dispatcher().\
|
get_telnet_dispatcher().\
|
||||||
get_liquidsoap_connection_status(time.time())
|
get_liquidsoap_connection_status(time.time())
|
||||||
|
|
||||||
|
@ -341,13 +341,6 @@ class PypoFetch(Thread):
|
||||||
self.api_client.notify_liquidsoap_status("OK", stream_id,
|
self.api_client.notify_liquidsoap_status("OK", stream_id,
|
||||||
str(fake_time))
|
str(fake_time))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Process the schedule
|
Process the schedule
|
||||||
- Reads the scheduled entries of a given range (actual time +/-
|
- Reads the scheduled entries of a given range (actual time +/-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue