Revert "raising the exception might kill pypopush thread"
This reverts commit 2afe01b3ddc94194101a4a2149116e27e0e115e5.
This commit is contained in:
parent
cdf9f6f98e
commit
5b3c0cb1c8
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ class PypoPush(Thread):
|
||||||
media_schedule = self.queue.get(block=True)
|
media_schedule = self.queue.get(block=True)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.logger.error(str(e))
|
self.logger.error(str(e))
|
||||||
|
raise
|
||||||
else:
|
else:
|
||||||
self.logger.debug(media_schedule)
|
self.logger.debug(media_schedule)
|
||||||
#separate media_schedule list into currently_playing and
|
#separate media_schedule list into currently_playing and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue