geoadmin 1 year ago
parent 2099c9c629
commit c444f576a8

@ -1,3 +1,3 @@
#! /usr/bin/env python
from app import app, socketio
socketio.run(app,host="0.0.0.0", port=8080, ssl_context='adhoc')
socketio.run(app,host="0.0.0.0", port=8080)

Loading…
Cancel
Save