indentation problem

This commit is contained in:
Ross Brackett 2021-09-13 16:45:42 -07:00
parent 82c2bf65bc
commit a8e6803855

View file

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