We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2cb66a + acc3b99 commit cd535c1Copy full SHA for cd535c1
README.rst
@@ -210,7 +210,7 @@ parameters.
210
cf = CloudFlare.CloudFlare()
211
212
# A minimal call with debug enabled
213
- cf = CloudFlare.CloudFlare(debug=True))
+ cf = CloudFlare.CloudFlare(debug=True)
214
215
# An authenticated call using an API Token (note the missing email)
216
cf = CloudFlare.CloudFlare(token='00000000000000000000000000000000')
0 commit comments