mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
force in memory storage to remove warning
we don't need persistent storage for now
This commit is contained in:
parent
e7ab3c1a95
commit
63fba6be4c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ from werkzeug.routing import RoutingException
|
|||
limiter = limiter = Limiter(
|
||||
current_app,
|
||||
key_func=get_remote_address,
|
||||
storage_uri="memory://",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue