mirror of
https://github.com/stryan/gandi-live-dns.git
synced 2024-11-22 21:35:45 -05:00
clean subs
This commit is contained in:
parent
927f12abff
commit
9b3c035587
@ -108,6 +108,7 @@ def main(force_update, verbosity):
|
|||||||
if force_update:
|
if force_update:
|
||||||
print("Going to update/create the DNS Records for the subdomains")
|
print("Going to update/create the DNS Records for the subdomains")
|
||||||
for sub in config.subdomains:
|
for sub in config.subdomains:
|
||||||
|
sub = sub.replace("\"","")
|
||||||
update_records(uuid, dynIP, sub)
|
update_records(uuid, dynIP, sub)
|
||||||
else:
|
else:
|
||||||
if dynIP == dnsIP:
|
if dynIP == dnsIP:
|
||||||
|
Loading…
Reference in New Issue
Block a user