This commit is contained in:
Mateusz779 2023-04-12 15:53:29 +02:00
parent 88cf8d753d
commit 970115b947

1
app.py
View File

@ -13,7 +13,6 @@ def ssh_thread_function():
subprocess.run(['wssh','--fbidhttp=False'])
ssh_thread = threading.Thread(target=ssh_thread_function)
ssh_thread.setDaemon()
ssh_thread.start()
@app.route("/api/addimage", methods=['POST'])