Cleaned up code smell

This commit is contained in:
Timothy Miller 2022-07-31 03:32:05 -04:00
parent 6933cbe27f
commit f0357c71c1

View File

@ -111,7 +111,7 @@ def commitRecord(ip):
proxied = subdomain["proxied"] proxied = subdomain["proxied"]
except: except:
name = subdomain name = subdomain
proxied = config["proxied"] proxied = option["proxied"]
fqdn = base_domain_name fqdn = base_domain_name
# Check if name provided is a reference to the root domain # Check if name provided is a reference to the root domain
if name != '' and name != '*' and name != '@': if name != '' and name != '*' and name != '@':