searx/searx/network
Alexandre Flament 8d2ea790de [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
2021-05-03 21:47:04 +02:00
..
__init__.py [fix] searx.network: fix rare cases where LOOP is None 2021-05-03 21:47:04 +02:00
client.py [fix] searx.network: fix rare cases where LOOP is None 2021-05-03 21:47:04 +02:00
network.py [fix] searx.network: fix rare cases where LOOP is None 2021-05-03 21:47:04 +02:00
raise_for_httperror.py [httpx] replace searx.poolrequests by searx.network 2021-05-03 21:39:54 +02:00