From b9ceae1564ea3bfa5648ec2e565eb0e96ea047e1 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Thu, 28 Aug 2014 20:37:05 +0000 Subject: Added a validation that warns the user of the number of permutations for pyLMM is more than 20 (due to speed) Changed the port in the flask settings to 5002 due to adding the new production server branch --- wqflask/cfg/default_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask/cfg/default_settings.py') diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py index e638a9c0..c9d2a934 100755 --- a/wqflask/cfg/default_settings.py +++ b/wqflask/cfg/default_settings.py @@ -1,6 +1,6 @@ LOGFILE = """/tmp/flask_gn_log""" -SERVER_PORT = 5000 +SERVER_PORT = 5002 #This is needed because Flask turns key errors into a #400 bad request response with no exception/log -- cgit v1.2.3