Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
Feinburger committed May 2, 2024
1 parent 80cb3b3 commit 556dff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare_dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def add_record(ip_addr, subdomain, zone_id):
}

response = requests.request("POST", url, json=payload, headers=headers).json()
return response["success"]
return response["success"]

def find_zones_under_account():
# traverses all DNS zones under the account and
Expand Down

0 comments on commit 556dff8

Please sign in to comment.