jonathanjordan21 commited on
Commit
6314f12
·
verified ·
1 Parent(s): 6acd1bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ app.add_middleware(
22
 
23
 
24
  @app.get("/google_search")
25
- async def google_search(q: str, delimiter: str = "\n---\n", sites: Optional[str] = None):
26
  print(sites)
27
  print(type(sites))
28
  url = f"https://www.google.com/search?q={q}"
 
22
 
23
 
24
  @app.get("/google_search")
25
+ async def google_search(q: str, delimiter: str = "\n---\n", sites: Optional[list[str]] = None):
26
  print(sites)
27
  print(type(sites))
28
  url = f"https://www.google.com/search?q={q}"