empty commit
This commit is contained in:
parent
999b28c0b7
commit
39fc292791
1 changed files with 1 additions and 0 deletions
|
@ -25,3 +25,4 @@ if __name__ == '__main__':
|
||||||
app.register_blueprint(server)
|
app.register_blueprint(server)
|
||||||
migrate = Migrate(app, db)
|
migrate = Migrate(app, db)
|
||||||
socketio.run(app, debug=False)
|
socketio.run(app, debug=False)
|
||||||
|
|
Loading…
Reference in a new issue