We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980aae6 commit 5a97b3cCopy full SHA for 5a97b3c
starlette_plus/core.py
@@ -125,7 +125,7 @@ def limit(
125
bucket: BucketType = "ip",
126
priority: int = 0,
127
exempt: ExemptCallable | None = None,
128
- is_global: bool = False
+ is_global: bool = False,
129
) -> T_LimitDecorator:
130
def decorator(coro: Callable[..., RouteCoro] | _Route) -> LimitDecorator:
131
limits: RateLimitData = {
0 commit comments