summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-06 19:47:50 +0200
committerAlexandre Flament <alex@al-f.net>2021-09-10 21:49:34 +0200
commit577998106aed4c3df5cda8f6af77d55dda8ef60c (patch)
treedb79fe4346ffbbadaa1995b12d321e8c4057c260 /Makefile
parentb513917ef94d2f18e6db3228363f8089ce1ba08a (diff)
[mod] debug mode: use coloredlogs package
in debug mode, add some padding to make the output more readable in procution mode, add the timestamp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88edef5c..3710af4e 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ run: install
sleep 2 ; \
xdg-open http://127.0.0.1:8888/ ; \
) &
- SEARX_DEBUG=1 ./manage pyenv.cmd python ./searx/webapp.py
+ SEARX_DEBUG=1 ./manage pyenv.cmd python -m searx.webapp
PHONY += install uninstall
install uninstall: