From 3a96f191a52afd8d466c92288f32084df3466f79 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Tue, 4 Jun 2013 15:36:25 -0400 Subject: [PATCH] CC-5204 Pypo: Updating stream settings will cause redundant pypopush -fixed --- python_apps/pypo/schedule/pypofetch.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/python_apps/pypo/schedule/pypofetch.py b/python_apps/pypo/schedule/pypofetch.py index c62785db5..c2cf37865 100644 --- a/python_apps/pypo/schedule/pypofetch.py +++ b/python_apps/pypo/schedule/pypofetch.py @@ -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 """