mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-04 10:52:17 +02:00
add FORCE_TURN_RELAY option in docker-compose
This commit is contained in:
parent
c0e8b631c4
commit
e2fe2919bb
6 changed files with 96 additions and 7 deletions
|
|
@ -106,7 +106,7 @@ async def check_dograh_quota(
|
|||
|
||||
logger.info(
|
||||
f"Dograh quota check passed for key ...{api_key[-8:]}: "
|
||||
f"${remaining:.2f} remaining"
|
||||
f"{remaining:.2f} credits remaining"
|
||||
)
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to check quota for Dograh key: {str(e)}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue