Skip to content

Commit

Permalink
fix the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k committed Sep 5, 2024
1 parent f6439a2 commit 8386bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fixbackend/auth/rate_limiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def __init__(
:param redis: Redis connection
:param requests: Maximum number of requests allowed in the window
:param window: Time window when the requests are counted
:param refill_rate: Number of tokens to add to the bucket per second
"""
self.redis = redis
self.limit = limit
Expand Down

0 comments on commit 8386bd4

Please sign in to comment.