f is false
This commit is contained in:
parent
73e04b4982
commit
877458fc23
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class BaseHandler(tornado.web.RequestHandler):
|
||||||
_bool_convert = {
|
_bool_convert = {
|
||||||
'0': False,
|
'0': False,
|
||||||
'n': False,
|
'n': False,
|
||||||
|
'f': False,
|
||||||
'no': False,
|
'no': False,
|
||||||
'off': False,
|
'off': False,
|
||||||
'false': False
|
'false': False
|
||||||
|
|
Loading…
Reference in a new issue