mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
✨ add note unicode, suppress urllib3 debug logs
This commit is contained in:
@@ -11,7 +11,7 @@ from .config import ConfigCommand
|
||||
@passContext
|
||||
@click.option("--verbose", "-v", is_flag=True, help="Show debug logs")
|
||||
def cli(ctx: Context, verbose: bool):
|
||||
"""TIDDL - Download Tidal tracks ✨"""
|
||||
"""TIDDL - Download Tidal tracks \u266b"""
|
||||
ctx.obj = ContextObj()
|
||||
|
||||
logging.basicConfig(
|
||||
@@ -20,6 +20,8 @@ def cli(ctx: Context, verbose: bool):
|
||||
format="%(levelname)s [%(name)s.%(funcName)s] %(message)s",
|
||||
)
|
||||
|
||||
logging.getLogger("urllib3").setLevel(logging.ERROR)
|
||||
|
||||
|
||||
cli.add_command(ConfigCommand)
|
||||
cli.add_command(AuthGroup)
|
||||
|
||||
Reference in New Issue
Block a user