Update changedetectionio/update_worker.py

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

@ -293,7 +293,7 @@ class update_worker(threading.Thread):
watch = self.datastore.data['watching'].get(uuid) 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() now = time.time()
try: try:

Loading…
Cancel
Save