This commit is contained in:
yumoqing 2025-12-19 14:23:22 +08:00
parent 7b26fc47ca
commit 534ea845c3

View File

@ -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':