This commit is contained in:
2025-12-31 00:12:26 +01:00
parent 1299c27284
commit 8f3d6c9f6f

View File

@@ -57,7 +57,7 @@ def start_party():
pass
@app.route("/command/party/play", methods=['POST'])
def start_party():
def party_play():
print("Move received !")
pass