bugfix
This commit is contained in:
parent
18aa031c62
commit
8e4fbe4813
@ -187,8 +187,8 @@ async def query_task_status(request, upappid, apiname, luid, userid, taskid):
|
|||||||
else:
|
else:
|
||||||
changed.amount = cost = 0.0
|
changed.amount = cost = 0.0
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
e = Exception(f'{llm.pid} charging error{e}, {llm.ppid}, {llmusage=}')
|
e1 = Exception(f'{llm.ppid} charging error{e}, {llm.ppid}, {llmusage=}')
|
||||||
exception(f'{e}')
|
exception(f'{e1}')
|
||||||
changed.amount = changed.cost = 0
|
changed.amount = changed.cost = 0
|
||||||
else:
|
else:
|
||||||
changed.amount = 0
|
changed.amount = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user