Revert "indentation problem"

This reverts commit a8e6803855.
This commit is contained in:
Ross Brackett 2021-09-22 16:33:50 -07:00
parent a8e6803855
commit facb8e01a4

View file

@ -52,7 +52,8 @@ if len(sys.argv)>2: #at least the config and root domain is specified
myIP=sys.argv[5] myIP=sys.argv[5]
else: else:
myIP=getMyIP() #otherwise use the detected exterior IP address myIP=getMyIP() #otherwise use the detected exterior IP address
deleteRecord()
deleteRecord()
if getRecords(fqdn)["status"]=="ERROR": if getRecords(fqdn)["status"]=="ERROR":
print(createRecord()["status"]) print(createRecord()["status"])