mirror of
https://github.com/Hyperspeed1313/porkbun-dynamic-dns-python.git
synced 2026-01-31 04:41:21 +00:00
indentation problem
This commit is contained in:
parent
82c2bf65bc
commit
a8e6803855
1 changed files with 1 additions and 2 deletions
|
|
@ -52,7 +52,6 @@ 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()
|
||||
|
||||
if getRecords(fqdn)["status"]=="ERROR":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue