Skip to content

Commit

Permalink
Change server to gevent in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
whtsky committed Feb 14, 2014
1 parent 4bb1db4 commit 584d962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy.rst
Expand Up @@ -13,7 +13,7 @@
def echo(message):
return 'Hello World!'

robot.run(server='tornado')
robot.run(server='gevent')

server 支持以下几种:

Expand Down

0 comments on commit 584d962

Please sign in to comment.