Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit d868c94

Browse files
committed
typo
1 parent 7a0d715 commit d868c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CloudFlare/cloudflare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ def add(self, t, p1, p2=None, p3=None):
848848
for element in a[0:-1]:
849849
try:
850850
if '-' in element:
851-
branch = getattr(element, element.replace('-','_'))
851+
branch = getattr(branch, element.replace('-','_'))
852852
else:
853853
branch = getattr(branch, element)
854854
except:

0 commit comments

Comments
 (0)