cc-2682: not using pypo time

-Remove messages being sent to pypo to change its timezone
-fix time conversion bug in pypo-push
This commit is contained in:
martin 2011-08-15 16:34:22 -04:00
parent 61e1c56244
commit 03f8163764
3 changed files with 1 additions and 6 deletions

View file

@ -102,10 +102,6 @@ class PypoFetch(Thread):
if(command == 'update_schedule'):
self.schedule_data = m['schedule']
self.process_schedule(self.schedule_data, "scheduler", False)
elif (command == 'update_timezone'):
logger.info("Setting timezone to %s", m['timezone'])
os.environ['TZ'] = m['timezone']
time.tzset()
elif (command == 'update_stream_setting'):
logger.info("Updating stream setting: %s", m['setting'])
self.regenerateLiquidsoapConf(m['setting'])