From 2f21c257133b4c11b618c6e1ff7d62804ff8664e Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sat, 20 Feb 2021 17:05:15 +0100 Subject: [PATCH] working for 0.0.198 Release --- run_web.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/run_web.sh b/run_web.sh index af51552f..b4bae64d 100755 --- a/run_web.sh +++ b/run_web.sh @@ -10,7 +10,4 @@ export FLASK_ENV=development export FLASK_APP=covid19 pip install -e . flask run - - -#python covid19.__init__ - +# python covid19.run_web -- GitLab