Skip to content

Commit 3d39192

Browse files
committed
Roll back old initialization
1 parent bdb5266 commit 3d39192

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from server import config
2-
from server import sio
32
from server import app
43

54
if __name__ == "__main__":
6-
sio.run(app, debug=config.debug, host=config.host, port=config.port)
5+
app.run(debug=config.debug, host=config.host, port=config.port)

0 commit comments

Comments
 (0)