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