Fixed an incorrect prompt
This commit is contained in:
parent
b35bf977f9
commit
0e68814157
2
main.py
2
main.py
@ -116,7 +116,7 @@ class AliDDNS(object):
|
|||||||
self.__client.do_action_with_exception(update_v6)
|
self.__client.do_action_with_exception(update_v6)
|
||||||
print('Your ipv6 record has been updated successfully.')
|
print('Your ipv6 record has been updated successfully.')
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("Failed to update your ipv4 record,", e)
|
print("Failed to update your ipv6 record,", e)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
dns = AliDDNS("MainDomain.com", "SubDomain", "AccessKey ID", "AccessKey Secret")
|
dns = AliDDNS("MainDomain.com", "SubDomain", "AccessKey ID", "AccessKey Secret")
|
||||||
|
Loading…
Reference in New Issue
Block a user