Revert "don't process paused entries after queue", so we can still manually recheck a paused watch

This commit is contained in:
dgtlmoon
2022-08-15 21:46:18 +02:00
parent 1c08d9f150
commit 1f250aa868

View File

@@ -131,7 +131,7 @@ class update_worker(threading.Thread):
else: else:
self.current_uuid = uuid self.current_uuid = uuid
if uuid in list(self.datastore.data['watching'].keys()) and not self.datastore.data['watching'][uuid].get('paused'): if uuid in list(self.datastore.data['watching'].keys()):
changed_detected = False changed_detected = False
contents = b'' contents = b''
screenshot = False screenshot = False