bugfix
This commit is contained in:
parent
7b26fc47ca
commit
534ea845c3
@ -248,7 +248,7 @@ class ProcessorResource(StaticResource,Url2File):
|
|||||||
try:
|
try:
|
||||||
v = int(v)
|
v = int(v)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
exception(f'{int({v}) error, {e}')
|
exception(f'int({v}) error, {e}')
|
||||||
dic[k] = v
|
dic[k] = v
|
||||||
return dic
|
return dic
|
||||||
if request.method == 'POST':
|
if request.method == 'POST':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user