Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./manage : call to the delete file searxng_extra/update/update_languages.py #2314

Closed
dalf opened this issue Apr 3, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@dalf
Copy link
Member

dalf commented Apr 3, 2023

searxng/manage

Lines 403 to 412 in 3ab85db

data.languages() {
( set -e
pyenv.activate
build_msg ENGINES "fetch languages .."
python searxng_extra/update/update_languages.py
build_msg ENGINES "update update searx/languages.py"
build_msg DATA "update searx/data/engines_languages.json"
)
dump_return $?
}

  • The function name should be data.traits()
  • The script to call is searxng_extra/update/update_engine_traits.py

Related to #2269

@dalf dalf added the bug Something isn't working label Apr 3, 2023
return42 added a commit to return42/searxng that referenced this issue Apr 4, 2023
Follow up of searxng#2269

Closes: searxng#2314
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
return42 added a commit to return42/searxng that referenced this issue Apr 4, 2023
Follow up of searxng#2269

Closes: searxng#2314
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
return42 added a commit to return42/searxng that referenced this issue Apr 5, 2023
Follow up of searxng#2269

Related:

- searxng#2314

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
@return42
Copy link
Member

return42 commented Apr 5, 2023

@dalf thanks for pointing out, this brings me to the next issue


We can close this issue (#2314) when #2316 is merged.

@return42
Copy link
Member

Finally closed by #2316

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants