Started work

This commit is contained in:
Frisk 2020-08-02 01:43:49 +02:00
parent 97817daf9b
commit 0f3fb86148
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

7
src/wiki_ratelimiter.py Normal file
View file

@ -0,0 +1,7 @@
import logging
logger = logging.getLogger("rcgcdw.ratelimiter")
class RateLimiter:
def __init__(self):
self.domain_requests: dict = {}