This commit is contained in:
dgtlmoon
2025-11-24 16:35:35 +01:00
parent 91c2995cd3
commit b2f2c0c50d
11 changed files with 144 additions and 79 deletions

View File

@@ -309,6 +309,7 @@ async def async_update_worker(worker_id, q, notification_q, app, datastore):
if not datastore.data['watching'].get(uuid):
continue
logger.debug(f"Processing watch UUID: {uuid} - xpath_data length returned {len(update_handler.xpath_data) if update_handler.xpath_data else 'empty.'}")
if process_changedetection_results:
try:
datastore.update_watch(uuid=uuid, update_obj=update_obj)