Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Feb 14, 2022
1 parent d868c94 commit 9128600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudFlare/cloudflare.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ def add(self, t, p1, p2=None, p3=None):

try:
if '-' in name:
f = getattr(element, name.replace('-','_'))
f = getattr(branch, name.replace('-','_'))
else:
f = getattr(branch, name)
# already exists - don't let it overwrite
Expand Down

0 comments on commit 9128600

Please sign in to comment.