Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jun 4, 2021
1 parent 916255d commit 53dd803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tld/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def update_tld_names(cls, fail_silently: bool = False) -> bool:
)
except Exception as err:
LOGGER.debug(
f"Failed fetching '{cls.source_url}'. Reason: {err.message}"
f"Failed fetching '{cls.source_url}'. Reason: {str(err)}"
)
if fail_silently:
return False
Expand Down

0 comments on commit 53dd803

Please sign in to comment.