Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGlobus committed Nov 22, 2024
1 parent 10bced0 commit 3200583
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ def __init__(

try:
# if address != "localhost":
# 'localhost' works for both v4 and v6 in some circumstances
# where an actual numeric IP isn't required
# 'localhost' works for both v4 and v6 in some circumstances
# where an actual numeric IP isn't required
ipaddress.ip_address(address=address)
except Exception:
log.critical(
Expand Down

0 comments on commit 3200583

Please sign in to comment.