Pypo: Updating stream settings will cause redundant pypopush

-fixed
This commit is contained in:
Martin Konecny 2013-06-04 15:36:25 -04:00
parent 86f3985c03
commit c7d0b6df92
1 changed files with 0 additions and 8 deletions

View File

@ -202,14 +202,6 @@ class PypoFetch(Thread):
finally:
self.telnet_lock.release()
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
"""