This commit is contained in:
Francesco De Carlo 2025-08-02 08:44:50 +02:00
commit d337f747f3
10 changed files with 19 additions and 16 deletions

View file

@ -287,4 +287,4 @@ def get_audio_url():
if __name__ == "__main__":
socketio.run(app, debug=True)
socketio.run(app, host="0.0.0.0", port=5000, debug=True)