fix tornado example.

bad command line in example. fix #861
This commit is contained in:
benoitc 2014-08-21 14:42:47 +02:00
parent a8b0aa48b7
commit f9d4144add

View File

@ -5,7 +5,7 @@
#
# Run with:
#
# $ gunicorn -k egg:gunicorn#tornado tornadoapp:app
# $ gunicorn -k tornado tornadoapp:app
#
from datetime import timedelta