changed ip

This commit is contained in:
ishak jmilou.ishak
2024-10-17 12:04:11 +02:00
parent 0e1099a608
commit 17333a6939

View File

@@ -10,7 +10,7 @@ def index():
@app.route('/move', methods=['POST'])
def move():
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"
if __name__ == '__main__':