From 21d5953faeb870391dfc5cd190556b8ded3f652e Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 7 Nov 2019 12:07:31 -0500 Subject: [PATCH] Don't use gunicorn to launch lola-server --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 91ddf38..f71a616 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2985,7 +2985,7 @@ Some functions to make my day job easier. (run-service-in-eshell "*lola-server*" "~/lola/lola-server" - "gunicorn -t 120 -c server/web/gunicorn.conf.py bin.start_web:init_and_create_flask_app\\(\\)" + "python bin/start_web.py" (get-python-setup "lola-server"))) (defun lola-celery-worker ()