Skip to content

Commit

Permalink
Merge pull request #106 from Martin407/patch-2
Browse files Browse the repository at this point in the history
Removing excess trailing parenthesis
  • Loading branch information
mahtin committed Dec 31, 2020
2 parents dc14687 + bf583e2 commit c2cb66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ import CloudFlare
cf = CloudFlare.CloudFlare()

# A minimal call with debug enabled
cf = CloudFlare.CloudFlare(debug=True))
cf = CloudFlare.CloudFlare(debug=True)

# An authenticated call using an API Token (note the missing email)
cf = CloudFlare.CloudFlare(token='00000000000000000000000000000000')
Expand Down

0 comments on commit c2cb66a

Please sign in to comment.