mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(fix) proxy - clean up print statement
This commit is contained in:
parent
aded35d3c8
commit
70a4fbcfeb
1 changed files with 2 additions and 2 deletions
|
@ -728,9 +728,9 @@ async def startup_event():
|
|||
global prisma_client, master_key
|
||||
import json
|
||||
worker_config = json.loads(os.getenv("WORKER_CONFIG"))
|
||||
print(f"worker_config: {worker_config}")
|
||||
print_verbose(f"worker_config: {worker_config}")
|
||||
initialize(**worker_config)
|
||||
print(f"prisma client - {prisma_client}")
|
||||
print_verbose(f"prisma client - {prisma_client}")
|
||||
if prisma_client:
|
||||
await prisma_client.connect()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue