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

@ -1,11 +1,11 @@
# -*- coding: utf-8 -
#
# This file is part of gunicorn released under the MIT license.
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
#
# Run with:
#
# $ gunicorn -k egg:gunicorn#tornado tornadoapp:app
# $ gunicorn -k tornado tornadoapp:app
#
from datetime import timedelta