Skip to content

Commit

Permalink
Merge branch 'laurentS:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
colin99d authored Jun 27, 2024
2 parents 91145c0 + 7769a13 commit 42330fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slowapi/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def _check_request_limit(
if isinstance(e, RateLimitExceeded):
raise
if self._in_memory_fallback_enabled and not self._storage_dead:
self.logger.warn(
self.logger.warning(
"Rate limit storage unreachable - falling back to"
" in-memory storage"
)
Expand Down

0 comments on commit 42330fc

Please sign in to comment.