Spaces:
Running
Running
Update app.py
Browse files
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://
|
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 |
|