Revert "raising the exception might kill pypopush thread"
This reverts commit 2afe01b3ddc94194101a4a2149116e27e0e115e5.
This commit is contained in:
parent
cdf9f6f98e
commit
5b3c0cb1c8
@ -69,6 +69,7 @@ class PypoPush(Thread):
|
||||
media_schedule = self.queue.get(block=True)
|
||||
except Exception, e:
|
||||
self.logger.error(str(e))
|
||||
raise
|
||||
else:
|
||||
self.logger.debug(media_schedule)
|
||||
#separate media_schedule list into currently_playing and
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user