Only use click for secho, echo, style

This commit is contained in:
nathom 2021-07-30 11:24:09 -07:00
parent 9970ac548f
commit 286ff502b5
8 changed files with 129 additions and 129 deletions

View file

@ -7,7 +7,7 @@ from pathlib import Path
from click import style, secho
APPNAME = "streamrip"
APP_DIR = click.get_app_dir(APPNAME)
APP_DIR = get_app_dir(APPNAME)
HOME = Path.home()
LOG_DIR = CACHE_DIR = CONFIG_DIR = APP_DIR