Shreyas094 commited on
Commit
e4ad246
·
verified ·
1 Parent(s): ceb6868

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -9,11 +9,7 @@ logging.basicConfig(level=logging.INFO)
9
 
10
  # List of SearXNG instances to try
11
  SEARXNG_INSTANCES = [
12
- "https://search.inetol.net",
13
- "https://northboot.xyz",
14
- "https://search.hbubli.cc",
15
- "https://searx.tiekoetter.com",
16
- "https://search.bus-hit.me",
17
  # Add more instances here
18
  ]
19
 
 
9
 
10
  # List of SearXNG instances to try
11
  SEARXNG_INSTANCES = [
12
+ "https://searx.work",
 
 
 
 
13
  # Add more instances here
14
  ]
15