clean subs

This commit is contained in:
stryan 2023-07-24 19:27:21 -04:00
parent 927f12abff
commit 9b3c035587

View File

@ -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: