Skip to content

Commit

Permalink
Fixed an incorrect prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk05 committed Feb 24, 2023
1 parent b35bf97 commit 0e68814
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 @@ -116,7 +116,7 @@ def refresh(self):
self.__client.do_action_with_exception(update_v6)
print('Your ipv6 record has been updated successfully.')
except Exception as e:
print("Failed to update your ipv4 record,", e)
print("Failed to update your ipv6 record,", e)

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

0 comments on commit 0e68814

Please sign in to comment.