From 2b15ec4b02aac301c0d834a4fc89bee7e59445c5 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 14 Apr 2018 00:37:13 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f9e433..9327f41 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ clean: web: python setup.py develop # or `install` python update-settings.py - gunicorn --preload -w 4 isso.run --log-file=- --access-logfile=- + isso -c config/comments.comment.sh.cfg run .PHONY: clean site man init js coverage test web