Update changedetectionio/update_worker.py

pull/1945/head
dgtlmoon 5 months ago committed by GitHub
parent ebbc1f6648
commit 22702ff123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -292,7 +292,7 @@ class update_worker(threading.Thread):
watch = self.datastore.data['watching'].get(uuid)
logger.info(f"Processing watch UUID {uuid} Priority {queued_item_data.priority} URL {watch[
logger.info(f"Processing watch UUID {uuid} Priority {queued_item_data.priority} URL {watch['url']}")
now = time.time()

Loading…
Cancel
Save