Created
November 16, 2019 21:30
-
-
Save bergpb/74231211c810177f2d1f7f96c86af66c to your computer and use it in GitHub Desktop.
wsgi.py - LisaPi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from lisapi import create_app | |
| socketio, app = create_app() | |
| # socketio.run(app) | |
| if __name__ == "__main__": | |
| socketio.run(app) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment