Skip to content

Commit

Permalink
semicolon?
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Aug 23, 2022
1 parent 7c25e8b commit 06b1185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudFlare/api_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def api_extras(self, extras=None):
""" API extras for Cloudflare API"""

count = 0;
count = 0
for extra in extras:
extra = re.sub(r"^.*/client/v4/", '/', extra)
extra = re.sub(r"^.*/v4/", '/', extra)
Expand Down

0 comments on commit 06b1185

Please sign in to comment.