mirror of
https://github.com/searxng/searxng.git
synced 2026-05-08 10:23:50 +02:00
283ae7bfad
* 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