Browse Source

minor correction in the readme file example

pull/43/head
Miguel Grinberg 9 years ago
committed by Robert Schindler
parent
commit
0b1cdf3275
  1. 1
      README.rst

1
README.rst

@ -47,6 +47,7 @@ client:
import socketio
import eventlet
import eventlet.wsgi
from flask import Flask, render_template
sio = socketio.Server()

Loading…
Cancel
Save