mirror of
https://github.com/yaroslaff/antifraud2gis.git
synced 2026-04-28 03:30:52 +00:00
dikul fix again
This commit is contained in:
parent
cfa7e5cd5b
commit
045db79a26
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ def fraud_task(oid: str, force=False):
|
|||
except AFReportAlreadyExists:
|
||||
logger.warning(f"Worker: Report for {oid!r} already exists")
|
||||
return
|
||||
except AFCompanyNotFound:
|
||||
logger.warning(f"Worker: Company not resolved {oid!r}")
|
||||
return
|
||||
|
||||
|
||||
|
||||
set_status(f'finished {oid}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue