Improve performance.

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2025-01-11 14:11:26 +02:00
parent 1791e485f9
commit 59549bf8b4
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
2 changed files with 1 additions and 3 deletions

View file

@ -11,4 +11,3 @@ web-mini
flask-limiter
flask-ishuman
pymemcache
flask-noai

View file

@ -13,7 +13,6 @@ from typing import Any
import flask
import web_mini
from werkzeug.middleware.proxy_fix import ProxyFix
from flask_noai import noai
from . import util
@ -179,4 +178,4 @@ def create_app(name: str) -> flask.Flask:
"b64encode": b64encode,
}
return noai(assign_http(app))
return assign_http(app)