bugfix
This commit is contained in:
parent
f4a6eb111b
commit
ed28b759d2
@ -236,7 +236,7 @@ class ProcessorResource(StaticResource,Url2File):
|
|||||||
|
|
||||||
|
|
||||||
async def getArgs() -> DictObject:
|
async def getArgs() -> DictObject:
|
||||||
def change_fixvalue(ns):
|
def change_fixvalues(ns):
|
||||||
dic = {}
|
dic = {}
|
||||||
for k,v in ns.items():
|
for k,v in ns.items():
|
||||||
if k in ['_webbricks_', '_is_mobile', '_width', '_height', 'page', 'rows' ]:
|
if k in ['_webbricks_', '_is_mobile', '_width', '_height', 'page', 'rows' ]:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user