Remove hardcoded value :').
This commit is contained in:
parent
84a4f11f52
commit
f1ccd236d9
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -106,7 +106,7 @@ def main(config, level, force_refresh):
|
||||||
)
|
)
|
||||||
records = [
|
records = [
|
||||||
r
|
r
|
||||||
for r in get_records(ovh_client, {'zone': 'redxef.at'})
|
for r in get_records(ovh_client, {'zone': config['zone']})
|
||||||
if r['fieldType'] == config['field_type']
|
if r['fieldType'] == config['field_type']
|
||||||
and r['zone'] == config['zone']
|
and r['zone'] == config['zone']
|
||||||
and r['subDomain'] == config['subdomain']
|
and r['subDomain'] == config['subdomain']
|
||||||
|
|
Loading…
Reference in a new issue