Skip to content

Commit 0e68814

Browse files
committed
Fixed an incorrect prompt
1 parent b35bf97 commit 0e68814

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
@@ -116,7 +116,7 @@ def refresh(self):
116116
self.__client.do_action_with_exception(update_v6)
117117
print('Your ipv6 record has been updated successfully.')
118118
except Exception as e:
119-
print("Failed to update your ipv4 record,", e)
119+
print("Failed to update your ipv6 record,", e)
120120

121121
if __name__ == "__main__":
122122
dns = AliDDNS("MainDomain.com", "SubDomain", "AccessKey ID", "AccessKey Secret")

0 commit comments

Comments
 (0)