Puppeteer fetch - fixing exception names

pull/2180/head
dgtlmoon 2024-02-11 11:18:36 +01:00 zatwierdzone przez GitHub
rodzic 823a0c99f4
commit 008272cd77
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -363,7 +363,7 @@ class update_worker(threading.Thread):
process_changedetection_results = False
changed_detected = 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,
update_obj={'last_error': e.msg
}