📝 update README

This commit is contained in:
oskvr37
2024-07-27 22:36:46 +02:00
parent 86513d4a3b
commit 5b73e9c723
+3 -1
View File
@@ -42,7 +42,9 @@ After authentication - when your token is ready - you can start downloading trac
You can also use TIDDL as module, it's fully typed so you will get type hints
```python
from tiddl import TidalApi
from tiddl import TidalApi, Config
config = Config()
api = TidalApi(
config["token"],