Pypo: Updating stream settings will cause redundant pypopush

-fixed
This commit is contained in:
Martin Konecny 2013-06-04 15:36:25 -04:00 committed by denise
parent 12221844e0
commit 3a96f191a5
1 changed files with 0 additions and 8 deletions

View File

@ -208,14 +208,6 @@ class PypoFetch(Thread):
self.logger.info("Waiting for Liquidsoap to start")
self.pypo_liquidsoap.liquidsoap_startup_test()
try:
self.set_bootstrap_variables()
#get the most up to date schedule, which will #initiate the process
#of making sure Liquidsoap is playing the schedule
self.persistent_manual_schedule_fetch(max_attempts=5)
except Exception, e:
self.logger.error(str(e))
"""
TODO: This function needs to be way shorter, and refactored :/ - MK
"""