We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2eb3e commit f9cc295Copy full SHA for f9cc295
README.md
@@ -17,7 +17,7 @@ library will automatically configure based on the values of those variables.
17
To configure manually:
18
```python
19
import cuenca
20
-
+cuenca.session.host='https://...'
21
cuenca.configure(api_key='PKxxxx', api_secret='yyyyyy')
22
```
23
0 commit comments