We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dcfb5 commit eff8af8Copy full SHA for eff8af8
main.py
@@ -82,7 +82,7 @@ def refresh(self):
82
try:
83
self.__v6 = requests.get(self.v6api).text
84
except Exception as e:
85
- print("Failed to get local public ipv4 address,", e)
+ print("Failed to get local public ipv6 address,", e)
86
else:
87
print("Your ipv6 address is:", self.__v6)
88
0 commit comments