mirror of
https://github.com/searxng/searxng.git
synced 2025-06-23 15:30:35 -04:00
* 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