Cleaned up code smell
This commit is contained in:
parent
6933cbe27f
commit
f0357c71c1
@ -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 != '@':
|
||||||
|
|||||||
Reference in New Issue
Block a user