Skip to content

Commit

Permalink
sync configuration string with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Feb 17, 2014
1 parent f202ca9 commit d02a0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_limiter/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ def hit(self, item, *identifiers):

STRATEGIES = {
"fixed-window": FixedWindowRateLimiter,
"fixed-window-elastic": FixedWindowElasticExpiryRateLimiter,
"fixed-window-elastic-expiry": FixedWindowElasticExpiryRateLimiter,
"moving-window": MovingWindowRateLimiter
}

0 comments on commit d02a0b6

Please sign in to comment.