minor stuff2
This commit is contained in:
parent
fdee932911
commit
96999c1d29
@ -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 }}
|
||||
|
@ -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')
|
||||
|
||||
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user