Chrunos commited on
Commit
b860942
·
verified ·
1 Parent(s): 654b3e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ async def process_url(title: str) -> str:
260
  session = cloudscraper.create_scraper()
261
 
262
  # Use the correct API endpoint
263
- response = await session.get(api_url)
264
  logger.info(response)
265
 
266
  # Check if the request was successful
 
260
  session = cloudscraper.create_scraper()
261
 
262
  # Use the correct API endpoint
263
+ response = session.get(api_url)
264
  logger.info(response)
265
 
266
  # Check if the request was successful