From c54fd428685435845a46cf74a9dbdb83ef3347a1 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Thu, 29 Apr 2021 18:04:24 +0200 Subject: [PATCH] working on: 0.0.32 Release --- src/run_mq.sh | 2 -- src/run_web.sh | 1 - 2 files changed, 3 deletions(-) delete mode 100644 src/run_mq.sh delete mode 100644 src/run_web.sh diff --git a/src/run_mq.sh b/src/run_mq.sh deleted file mode 100644 index 31050ac0..00000000 --- a/src/run_mq.sh +++ /dev/null @@ -1,2 +0,0 @@ -export FLASK_APP=web -flask run \ No newline at end of file diff --git a/src/run_web.sh b/src/run_web.sh deleted file mode 100644 index 5e945192..00000000 --- a/src/run_web.sh +++ /dev/null @@ -1 +0,0 @@ -python mq/mq.py \ No newline at end of file -- GitLab