Skip to content

Instantly share code, notes, and snippets.

@bergpb
Created November 16, 2019 21:30
Show Gist options
  • Select an option

  • Save bergpb/74231211c810177f2d1f7f96c86af66c to your computer and use it in GitHub Desktop.

Select an option

Save bergpb/74231211c810177f2d1f7f96c86af66c to your computer and use it in GitHub Desktop.
wsgi.py - LisaPi
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