mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 18:45:34 +00:00
Puppeteer fetch - fixing exception names
This commit is contained in:
@@ -363,7 +363,7 @@ class update_worker(threading.Thread):
|
|||||||
process_changedetection_results = False
|
process_changedetection_results = False
|
||||||
changed_detected = False
|
changed_detected = False
|
||||||
self.datastore.update_watch(uuid=uuid, update_obj={'last_error': False})
|
self.datastore.update_watch(uuid=uuid, update_obj={'last_error': False})
|
||||||
except content_fetchers.exceptions.BrowserStepsStepException as e:
|
except content_fetchers.exceptions.BrowserConnectError as e:
|
||||||
self.datastore.update_watch(uuid=uuid,
|
self.datastore.update_watch(uuid=uuid,
|
||||||
update_obj={'last_error': e.msg
|
update_obj={'last_error': e.msg
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user