aboutsummaryrefslogtreecommitdiffstats
path: root/python/flask-run.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/flask-run.py')
-rw-r--r--python/flask-run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/flask-run.py b/python/flask-run.py
index 7fc1a02c..829da808 100644
--- a/python/flask-run.py
+++ b/python/flask-run.py
@@ -1,7 +1,7 @@
import sys
import importlib
-if len(sys.argv)<2:
+if len(sys.argv) < 2:
print("please enter the name of the Flask app")
print("currently Dawn, task_server or risk_insight")
else: