💡 add TODO

This commit is contained in:
oskvr37
2025-02-06 23:18:43 +01:00
parent 672f56597e
commit a67e965146
+4
View File
@@ -14,6 +14,10 @@ def cli(ctx: Context, verbose: bool):
"""TIDDL - Download Tidal tracks \u266b"""
ctx.obj = ContextObj()
# TODO: add rich console to ctx.obj, edit logging config,
# add more verbosity options (silent, info, debug),
# maybe logging format configuration
logging.basicConfig(
level=logging.DEBUG if verbose else logging.INFO,
handlers=[logging.StreamHandler()],