mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
removed
This commit is contained in:
parent
1fc5f81921
commit
78eb1a28e9
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ class RateLimiter:
|
|||
self.limiter = Limiter(
|
||||
self.minute_rate,
|
||||
self.hourly_rate,
|
||||
self.daily_rate,
|
||||
bucket_class=InMemoryBucket,
|
||||
self.daily_rate
|
||||
)
|
||||
|
||||
async def acquire(self, userid: Union[int, str]) -> bool:
|
||||
|
|
|
|||
Loading…
Reference in a new issue