force in memory storage to remove warning

we don't need persistent storage for now
This commit is contained in:
Glandos 2022-08-28 15:32:25 +02:00
parent 73a56b175d
commit b369b2eb3e

View file

@ -24,6 +24,7 @@ from werkzeug.routing import RoutingException
limiter = limiter = Limiter(
current_app,
key_func=get_remote_address,
storage_uri="memory://",
)