From eff8af898c095e8883bbbfb1e683a6eba2c0eaa5 Mon Sep 17 00:00:00 2001 From: bigsk Date: Fri, 17 Feb 2023 15:14:45 +0000 Subject: [PATCH] fixed a log error --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 79f92ad..cbf6bad 100644 --- a/main.py +++ b/main.py @@ -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)