From 96999c1d295d598a5903e6ff5fc28537243896ed Mon Sep 17 00:00:00 2001 From: Tobias Weise Date: Mon, 5 Aug 2024 17:57:44 +0200 Subject: [PATCH] minor stuff2 --- .gitea/workflows/deploy_via_docker_compose.yml | 2 +- backend/app.py | 2 +- backend/public/index.html | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy_via_docker_compose.yml b/.gitea/workflows/deploy_via_docker_compose.yml index d05df6b..baf7a6c 100644 --- a/.gitea/workflows/deploy_via_docker_compose.yml +++ b/.gitea/workflows/deploy_via_docker_compose.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: executing remote ssh commands using password - uses: appleboy/ssh-action@master + uses: appleboy/ssh-action@v1.0.3 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} diff --git a/backend/app.py b/backend/app.py index 5e7031e..9776bc8 100644 --- a/backend/app.py +++ b/backend/app.py @@ -712,7 +712,7 @@ if __name__ == '__main__': init_indicies() create_default_users() - app.run(debug=True, host='0.0.0.0') + app.run(debug=True, threaded=True, host='0.0.0.0') diff --git a/backend/public/index.html b/backend/public/index.html index e3d0a3a..f40ff86 100644 --- a/backend/public/index.html +++ b/backend/public/index.html @@ -673,7 +673,6 @@ console.log(s); - if(s.startsWith("dot")){ s = s.replace(/dot\\s/i, ""); @@ -689,8 +688,6 @@ - - submit_btn.onclick = async evt =>{ let input_string = user_input.value;