mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 04:14:58 +00:00
changed ip
This commit is contained in:
@@ -10,7 +10,7 @@ def index():
|
|||||||
@app.route('/move', methods=['POST'])
|
@app.route('/move', methods=['POST'])
|
||||||
def move():
|
def move():
|
||||||
direction = request.form['direction']
|
direction = request.form['direction']
|
||||||
publish.single("move", direction, hostname="ishak.ishakpi.ddns.net")
|
publish.single("move", direction, hostname="145.109.226.204")
|
||||||
return "Message sent"
|
return "Message sent"
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Reference in New Issue
Block a user