bugfix
This commit is contained in:
parent
657000178c
commit
240ac418f4
@ -48,6 +48,7 @@ async def checkCustomerBalance(llmid, userorgid):
|
|||||||
ret = llm.ppid and llm.min_balance < bal
|
ret = llm.ppid and llm.min_balance < bal
|
||||||
debug(f'{llms=},{userorgid=},{balance=},{ret=}')
|
debug(f'{llms=},{userorgid=},{balance=},{ret=}')
|
||||||
return ret
|
return ret
|
||||||
|
debug(f'{userorgid=} checkCustomerBalance() failed')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
async def llm_accounting(request, llmusage):
|
async def llm_accounting(request, llmusage):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user