There was an error while loading. Please reload this page.
2 parents dc14687 + bf583e2 commit c2cb66aCopy full SHA for c2cb66a
1 file changed
README.md
@@ -185,7 +185,7 @@ import CloudFlare
185
cf = CloudFlare.CloudFlare()
186
187
# A minimal call with debug enabled
188
- cf = CloudFlare.CloudFlare(debug=True))
+ cf = CloudFlare.CloudFlare(debug=True)
189
190
# An authenticated call using an API Token (note the missing email)
191
cf = CloudFlare.CloudFlare(token='00000000000000000000000000000000')
0 commit comments