Browse Source
Add missing import statement for socketio
pull/289/head
Syed Faheel Ahmad
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docs/intro.rst
|
|
@ -65,6 +65,7 @@ asynchronous server: |
|
|
|
|
|
|
|
import engineio |
|
|
|
import eventlet |
|
|
|
import socketio |
|
|
|
|
|
|
|
sio = socketio.Server() |
|
|
|
app = socketio.WSGIApp(sio, static_files={ |
|
|
|