Small fixes

This commit is contained in:
angelblue05 2018-09-22 06:27:01 -05:00
parent 7b2ee9d4ba
commit 9ec1fa3585
2 changed files with 6 additions and 1 deletions

View file

@ -300,7 +300,7 @@ class TheVoid(object):
return response
if window('emby_should_stop.bool') or self.monitor.waitForAbort(0.2):
if window('emby_should_stop.bool') and self.monitor.waitForAbort(0.00001):
LOG.info("Abandon mission! A black hole just swallowed [ %s ]", self.data['VoidName'])
break