Skip to content

Commit

Permalink
fix limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
Findus23 committed May 4, 2024
1 parent e061c1a commit 404864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Session(app)

limiter = Limiter(
app,
app=app,
key_func=get_remote_address,
headers_enabled=True
)
Expand Down

0 comments on commit 404864a

Please sign in to comment.