akborana4 commited on
Commit
79a5b4c
·
verified ·
1 Parent(s): 23df961

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -64,7 +64,7 @@ async def hfv2(api_url, timeout=10):
64
  async with aiohttp.ClientSession() as session:
65
  async with session.get(api_url, timeout=timeout) as response:
66
  resp_text = await response.text()
67
- print("second api called successfully, RESPONSE:", resp_text)
68
  return resp_text
69
  except Exception as e:
70
  print("Error occurred in hfv2:", e)
 
64
  async with aiohttp.ClientSession() as session:
65
  async with session.get(api_url, timeout=timeout) as response:
66
  resp_text = await response.text()
67
+ print("second api called successfully, RESPONSE:")
68
  return resp_text
69
  except Exception as e:
70
  print("Error occurred in hfv2:", e)