Replace Flask by Starlette (2/n)

This commit is contained in:
Alexandre Flament 2021-08-13 19:02:01 +02:00
parent 78561ce7bb
commit 1a3c73cf6f
30 changed files with 994 additions and 2235 deletions

View file

@ -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