mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Cleaned up code smell
This commit is contained in:
@@ -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