Skip to content

Commit eff8af8

Browse files
committed
fixed a log error
1 parent 74dcfb5 commit eff8af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def refresh(self):
8282
try:
8383
self.__v6 = requests.get(self.v6api).text
8484
except Exception as e:
85-
print("Failed to get local public ipv4 address,", e)
85+
print("Failed to get local public ipv6 address,", e)
8686
else:
8787
print("Your ipv6 address is:", self.__v6)
8888

0 commit comments

Comments
 (0)