From 0a208c329287b73e0aa23a7f1e480308d8e3e019 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 14 Apr 2018 00:27:13 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c40eee6..8f9e433 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.dispatch --log-file=- --access-logfile=- + gunicorn --preload -w 4 isso.run --log-file=- --access-logfile=- .PHONY: clean site man init js coverage test web