From 5b73e9c723fd877378d3151ae8f9d03a5a37154d Mon Sep 17 00:00:00 2001 From: oskvr37 Date: Sat, 27 Jul 2024 22:36:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f70402..a05ca3c 100644 --- a/README.md +++ b/README.md @@ -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"],