marcmaxmeister commited on
Commit
4730456
·
verified ·
1 Parent(s): 1ce9714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -52,7 +52,6 @@ async def proxy_request(request: Request):
52
 
53
  # Use httpx to make an asynchronous GET request to the private API
54
  try:
55
- print('params', private_api_url)
56
  async with httpx.AsyncClient(timeout=60.0) as client:
57
  response = await client.get(private_api_url, headers=headers)
58
  response.raise_for_status() # Raise an exception for 4xx/5xx responses
 
52
 
53
  # Use httpx to make an asynchronous GET request to the private API
54
  try:
 
55
  async with httpx.AsyncClient(timeout=60.0) as client:
56
  response = await client.get(private_api_url, headers=headers)
57
  response.raise_for_status() # Raise an exception for 4xx/5xx responses