"Recheck" button should work when entry is in paused state

pull/439/head
dgtlmoon 3 years ago committed by GitHub
parent fda93c3798
commit a89ffffc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,10 +184,6 @@ class ChangeDetectionStore:
def update_watch(self, uuid, update_obj):
# Skip if 'paused' state
if self.__data['watching'][uuid]['paused']:
return
with self.lock:
# In python 3.9 we have the |= dict operator, but that still will lose data on nested structures...

Loading…
Cancel
Save