This commit is contained in:
dgtlmoon
2022-05-01 19:40:05 +02:00
parent 22dda97a65
commit 703922c369
+1 -1
View File
@@ -142,7 +142,7 @@ class update_worker(threading.Thread):
self.datastore.update_watch(uuid=uuid, update_obj={'fetch_time': round(time.time() - now, 3),
'last_checked': round(time.time())})
# Always save the screenshot if it's available
if screenshot:
if screenshot is not None:
self.datastore.save_screenshot(watch_uuid=uuid, screenshot=screenshot)
self.current_uuid = None # Done