mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-12 08:26:21 +00:00
"Recheck" button should work when entry is in paused state
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user