-
This commit is contained in:
parent
88cf8d753d
commit
970115b947
1
app.py
1
app.py
|
@ -13,7 +13,6 @@ def ssh_thread_function():
|
||||||
subprocess.run(['wssh','--fbidhttp=False'])
|
subprocess.run(['wssh','--fbidhttp=False'])
|
||||||
|
|
||||||
ssh_thread = threading.Thread(target=ssh_thread_function)
|
ssh_thread = threading.Thread(target=ssh_thread_function)
|
||||||
ssh_thread.setDaemon()
|
|
||||||
ssh_thread.start()
|
ssh_thread.start()
|
||||||
|
|
||||||
@app.route("/api/addimage", methods=['POST'])
|
@app.route("/api/addimage", methods=['POST'])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user