diff options
Diffstat (limited to '')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh # For running from the cmdline in Debug Mode -FLASK_APP=app \ +FLASK_APP=kosten \ FLASK_ENV=development \ PYTHONDONTWRITEBYTECODE=1 \ flask "$@" |