Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jul 14, 2024
1 parent b8a6720 commit a780a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varfish_db_downloader/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def try_get(session: requests.Session, url: str):
logger.info(" checking {}...", entry.url)
try:
try_get(s, entry.url)
except UrlCheckException as e:
except UrlCheckFailed as e:
error_count += 1
logger.warning(" NOT OK: {}", e)
else:
Expand Down

0 comments on commit a780a04

Please sign in to comment.