CC-3245: upgrade 1.8->2.0 cause error in show recorder
- fixed
This commit is contained in:
parent
9216da7f03
commit
04b592b831
2 changed files with 2 additions and 0 deletions
|
@ -297,6 +297,7 @@ class CommandListener():
|
|||
temp = self.api_client.get_shows_to_record()
|
||||
if temp is not None:
|
||||
shows = temp['shows']
|
||||
self.server_timezone = temp['server_timezone']
|
||||
self.parse_shows(shows)
|
||||
self.logger.info("Bootstrap complete: got initial copy of the schedule")
|
||||
except Exception, e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue