mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Started work
This commit is contained in:
parent
97817daf9b
commit
0f3fb86148
7
src/wiki_ratelimiter.py
Normal file
7
src/wiki_ratelimiter.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import logging
|
||||
|
||||
logger = logging.getLogger("rcgcdw.ratelimiter")
|
||||
|
||||
class RateLimiter:
|
||||
def __init__(self):
|
||||
self.domain_requests: dict = {}
|
Loading…
Reference in a new issue