From a8e68038554db2deadc84c459dd4c61860e9d719 Mon Sep 17 00:00:00 2001 From: Ross Brackett Date: Mon, 13 Sep 2021 16:45:42 -0700 Subject: [PATCH] indentation problem --- porkbun-ddns.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/porkbun-ddns.py b/porkbun-ddns.py index ac1b16c..42251c9 100755 --- a/porkbun-ddns.py +++ b/porkbun-ddns.py @@ -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"])