mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Catch non-critical exceptions at crawler top level
This commit is contained in:
parent
86f79ff1f1
commit
544d45cbc5
2 changed files with 2 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ class Crawler(ABC):
|
|||
log.explain("Warnings or errors occurred during this run")
|
||||
log.explain("Answer: No")
|
||||
|
||||
@anoncritical
|
||||
async def run(self) -> None:
|
||||
"""
|
||||
Start the crawling process. Call this function if you want to use a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue