CC-3449: Live Stream: Kick out live dj at the end of the show
- fixed so airtime sends series of kick_out events according to cached_ahead value in cfg file.
This commit is contained in:
parent
7510e4c029
commit
7325d51ada
3 changed files with 31 additions and 28 deletions
|
@ -562,7 +562,10 @@ class PypoFetch(Thread):
|
|||
message = self.fetch_queue.get(block=True, timeout=3600)
|
||||
self.handle_message(message)
|
||||
except Exception, e:
|
||||
self.logger.error("Exception, %s", e)
|
||||
import traceback
|
||||
top = traceback.format_exc()
|
||||
self.logger.error('Exception: %s', e)
|
||||
self.logger.error("traceback: %s", top)
|
||||
|
||||
success, self.schedule_data = self.api_client.get_schedule()
|
||||
if success:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue