fix comment

pull/26/head
ibuler 2015-12-21 11:12:52 +08:00
parent 7113852cd6
commit f17001e86c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ except ImportError:
define("port", default=3000, help="run on the given port", type=int)
define("host", default='0.0.0.0', help="run port on", type=str)
define("host", default='0.0.0.0', help="run port on given host", type=str)
def require_auth(role='user'):