Rename all from searx to searxng

This commit is contained in:
HLFH 2021-09-29 11:26:25 +01:00
parent a582cf3d82
commit ac05f0943c
No known key found for this signature in database
GPG key ID: 200A60A75D394102
682 changed files with 58450 additions and 58450 deletions

View file

@ -4,7 +4,7 @@ from mock import patch
import httpx
from searx.network.network import Network, NETWORKS, initialize
from searxng.network.network import Network, NETWORKS, initialize
from tests import SearxTestCase