indentation problem
This commit is contained in:
parent
82c2bf65bc
commit
a8e6803855
1 changed files with 1 additions and 2 deletions
|
@ -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"])
|
||||
|
|
Loading…
Reference in a new issue