You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/network
Alexandre Flament 283ae7bfad [fix] searx.network: fix rare cases where LOOP is None
* searx.network.client.LOOP is initialized in a thread
* searx.network.__init__ imports LOOP which may happen
  before the thread has initialized LOOP

This commit adds a new function "searx.network.client.get_loop()"
to fix this issue
3 years ago
..
__init__.py [fix] searx.network: fix rare cases where LOOP is None 3 years ago
client.py [fix] searx.network: fix rare cases where LOOP is None 3 years ago
network.py [fix] searx.network: fix rare cases where LOOP is None 3 years ago
raise_for_httperror.py [httpx] replace searx.poolrequests by searx.network 4 years ago