Remote-Mouse/src/wsgi.py

6 lines
138 B
Python

from core import socketio, app
if __name__ == '__main__':
socketio.run(app, host="127.0.0.1", port="8088")
# app.run(debug=True)