Refactor of extract regex

This commit is contained in:
dgtlmoon
2022-07-26 14:28:22 +02:00
parent 291700554e
commit ced1c66e4d
3 changed files with 17 additions and 5 deletions

View File

@@ -113,7 +113,6 @@ class update_worker(threading.Thread):
err_text = "Page request from server didnt respond correctly"
self.datastore.update_watch(uuid=uuid, update_obj={'last_error': err_text,
'last_check_status': e.status_code})
except Exception as e:
self.app.logger.error("Exception reached processing watch UUID: %s - %s", uuid, str(e))
self.datastore.update_watch(uuid=uuid, update_obj={'last_error': str(e)})