Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 44fe6b0

Browse files
committed
add logging
1 parent 6301fc1 commit 44fe6b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ it is designed to be the least performant option to access the system.
1212
Draft Python API:
1313

1414
```python
15+
>>> import logging
16+
>>> logging.basicConfig(level="INFO")
17+
1518
>>> import os
1619
>>> anon_key = os.getenv("CADS_API_ANON_KEY", "00112233-4455-6677-c899-aabbccddeeff")
1720

0 commit comments

Comments
 (0)