Skip to content

Commit

Permalink
fixed a log error
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk05 committed Feb 17, 2023
1 parent 74dcfb5 commit eff8af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def refresh(self):
try:
self.__v6 = requests.get(self.v6api).text
except Exception as e:
print("Failed to get local public ipv4 address,", e)
print("Failed to get local public ipv6 address,", e)
else:
print("Your ipv6 address is:", self.__v6)

Expand Down

0 comments on commit eff8af8

Please sign in to comment.