summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 612ab58..b2931cc 100755
--- a/run.sh
+++ b/run.sh
@@ -4,4 +4,5 @@
FLASK_APP=kosten \
FLASK_ENV=development \
PYTHONDONTWRITEBYTECODE=1 \
+WERKZEUG_DEBUG_PIN=off \
flask "$@"