broadfield-dev commited on
Commit
9b3b2c2
·
verified ·
1 Parent(s): 32711b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ async def perform_web_browse(action: str, query: str, browser_name: str, search_
134
 
135
  browser_instance = PLAYWRIGHT_STATE[browser_key]
136
 
137
- if action == "Scrape URL":
138
  if not query.startswith(('http://', 'https://')):
139
  url = f"http://{query}"
140
  else:
 
134
 
135
  browser_instance = PLAYWRIGHT_STATE[browser_key]
136
 
137
+ if action == "Scrape":
138
  if not query.startswith(('http://', 'https://')):
139
  url = f"http://{query}"
140
  else: