current run socketIO

This commit is contained in:
derlole
2025-04-17 05:15:10 +00:00
parent 9aaf4960c6
commit 58f9d3b451
3 changed files with 70 additions and 28 deletions

View File

@@ -25,6 +25,6 @@ def fetch_command():
pending_command = None
return jsonify({'befehl': cmd})
return jsonify({'befehl': None})
# @unsecure.route('/test')
# def test():
# return render_template('test.html')
@unsecure.route('/test')
def test():
return render_template('test.html')