bcci commited on
Commit
7dd852f
·
verified ·
1 Parent(s): 863101c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -76,8 +76,6 @@ async def get_text_get(request: Request, url: str):
76
  if not full_url.startswith(('http://', 'https://')):
77
  full_url = f"http://{full_url}"
78
 
79
- print(full_url)
80
-
81
  text_output = await text_scraper(full_url)
82
  return PlainTextResponse(text_output)
83
  except Exception as e:
 
76
  if not full_url.startswith(('http://', 'https://')):
77
  full_url = f"http://{full_url}"
78
 
 
 
79
  text_output = await text_scraper(full_url)
80
  return PlainTextResponse(text_output)
81
  except Exception as e: