Update main.py
Browse files
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 |
-
|
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:
|