Makefile: Fix the run-local target.

This commit is contained in:
Damir Jelić 2019-05-07 18:35:24 +02:00
parent 6b8758f2cb
commit 29a49ba120

View File

@ -10,4 +10,4 @@ typecheck:
mypy --ignore-missing-imports pantalaimon
run-local:
python -m pantalaimon.main start https://localhost:8448 --proxy http://localhost:8080 -k --log-level debug
python -m pantalaimon.main https://localhost:8448 --proxy http://localhost:8080 -k --log-level debug