mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-24 01:04:09 +00:00
8 lines
140 B
Python
8 lines
140 B
Python
![]() |
import logging
|
||
|
|
||
|
logger = logging.getLogger("rcgcdw.ratelimiter")
|
||
|
|
||
|
class RateLimiter:
|
||
|
def __init__(self):
|
||
|
self.domain_requests: dict = {}
|