There was an error while loading. Please reload this page.
1 parent 2f0a39d commit f4c5e0fCopy full SHA for f4c5e0f
2 files changed
README.md
@@ -176,6 +176,7 @@ When you create a **CloudFlare** class you can pass up to four parameters.
176
* Account email (only if an API Key is being used)
177
* Optional Origin-CA Certificate Token
178
* Optional Debug flag (True/False)
179
+ * Optional Profile name (the default is `Cloudflare`)
180
181
```python
182
import CloudFlare
README.rst
@@ -200,6 +200,7 @@ parameters.
200
- Account email (only if an API Key is being used)
201
- Optional Origin-CA Certificate Token
202
- Optional Debug flag (True/False)
203
+- Optional Profile name (the default is ``Cloudflare``)
204
205
.. code:: python
206
0 commit comments