mirror of
https://github.com/AgentOps-AI/tokencost.git
synced 2024-06-22 04:30:40 +03:00
removed uselss print
This commit is contained in:
@@ -45,7 +45,6 @@ async def update_token_costs():
|
||||
global TOKEN_COSTS
|
||||
try:
|
||||
TOKEN_COSTS = await fetch_costs()
|
||||
print("TOKEN_COSTS updated successfully.")
|
||||
except Exception as e:
|
||||
logging.error(f"Failed to update TOKEN_COSTS: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user