mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Replace Flask by Starlette (2/n)
This commit is contained in:
parent
78561ce7bb
commit
1a3c73cf6f
30 changed files with 994 additions and 2235 deletions
|
|
@ -2,7 +2,7 @@ import hashlib
|
|||
import random
|
||||
import string
|
||||
import uuid
|
||||
from flask_babel import gettext
|
||||
from searx.i18n import gettext
|
||||
|
||||
# required answerer attribute
|
||||
# specifies which search query keywords triggers this answerer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue