bugfix
This commit is contained in:
parent
2b48dbe094
commit
10d6d919ce
@ -270,7 +270,7 @@ def get_loop_type():
|
||||
def initEnv():
|
||||
g = ServerEnv()
|
||||
set_builtins()
|
||||
g.get_loop_type = get_loop_type()
|
||||
g.get_loop_type = get_loop_type
|
||||
rf = RegisterFunction()
|
||||
rf.register('i18n', i18n)
|
||||
g.paramify = paramify
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user