mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 05:09:17 +02:00
[enh] add init function to engines which loads parallel
This commit is contained in:
parent
f82646f386
commit
78365ffb8a
3 changed files with 17 additions and 4 deletions
|
@ -55,7 +55,8 @@ def obtain_token():
|
|||
return token
|
||||
|
||||
|
||||
obtain_token()
|
||||
def init():
|
||||
obtain_token()
|
||||
|
||||
|
||||
# do search-request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue