From facb8e01a4db122db354bd109c2d976087c07da7 Mon Sep 17 00:00:00 2001 From: Ross Brackett Date: Wed, 22 Sep 2021 16:33:50 -0700 Subject: [PATCH] Revert "indentation problem" This reverts commit a8e68038554db2deadc84c459dd4c61860e9d719. --- porkbun-ddns.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/porkbun-ddns.py b/porkbun-ddns.py index 42251c9..ac1b16c 100755 --- a/porkbun-ddns.py +++ b/porkbun-ddns.py @@ -52,7 +52,8 @@ 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"])