minor stuff2
Some checks failed
Gitea Docker Redeploy / Build (push) Failing after 8s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Tobias Weise 2024-08-05 17:57:44 +02:00
parent fdee932911
commit 96999c1d29
3 changed files with 2 additions and 5 deletions

View File

@ -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 }}

View File

@ -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')

View File

@ -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;