Last active
February 27, 2022 20:13
-
-
Save anandtripathi5/b7fee285f6735b6f7de7095380f5b205 to your computer and use it in GitHub Desktop.
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 flask_socketio import SocketIO | |
socketio = SocketIO(async_mode="gevent", cors_allowed_origins='some url') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment