server-test

This commit is contained in:
derlole
2025-05-06 14:33:02 +00:00
parent 85d9e82f8f
commit 46736f619b
4 changed files with 30 additions and 29 deletions

View File

@@ -20,6 +20,6 @@ def send_command():
return f"Befehl '{pCd}' gespeichert."
return "Kein Befehl angegeben.", 400
@unsecure.route('/live')
def test():
return render_template('live.html', users=[{'name': 'Max'}, {'name': 'Moritz'}, {'name': 'Hans'}])
# @unsecure.route('/live')
# def test():
# return render_template('live.html', users=[{'name': 'Max'}, {'name': 'Moritz'}, {'name': 'Hans'}])