devin-ai commited on
Commit
c8a85f9
·
verified ·
1 Parent(s): 7bc19df

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -272,7 +272,7 @@ async def test(url:str):
272
  status,content=scrweb(url)
273
  if status==200:
274
  response=genetate_gemini_content(prompt6,content)
275
- # print(response)
276
  cache[cache_key]=response
277
  return response
278
  else:
 
272
  status,content=scrweb(url)
273
  if status==200:
274
  response=genetate_gemini_content(prompt6,content)
275
+ print(response)
276
  cache[cache_key]=response
277
  return response
278
  else: