Add play button stub
This commit is contained in:
@@ -56,6 +56,11 @@ def start_party():
|
||||
print("Party started!")
|
||||
pass
|
||||
|
||||
@app.route("/command/party/play", methods=['POST'])
|
||||
def start_party():
|
||||
print("Move received !")
|
||||
pass
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
try :
|
||||
|
||||
Reference in New Issue
Block a user