fix make run

This commit is contained in:
ge 2023-02-19 02:36:04 +03:00
parent 07ae985c07
commit 18ca12c1cb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ css:
npx tailwindcss -i input.css -o $(SRCDIR)/static/style.css --watch
run:
DEBUG=1 YDL_API_HOST=$(YDL_API_HOST) pipenv run python $(SRCDIR)/router.py
cd $(SRCDIR) && DEBUG=1 YDL_API_HOST=$(YDL_API_HOST) pipenv run python router.py
lint:
pipenv run black $(SRCDIR)