cleanup/rm
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python3.12
|
||||
|
||||
import logging
|
||||
import traceback
|
||||
import json
|
||||
@ -35,7 +33,7 @@ class RedisCache:
|
||||
def __init__(self) -> None:
|
||||
self.redis_client: redis.Redis = redis.Redis(password=private.REDIS_PW)
|
||||
self.notifier = notifier.DiscordNotifier()
|
||||
self.notify_warnings = True
|
||||
self.notify_warnings = False
|
||||
self.regexes: list[Pattern] = [
|
||||
regex.compile(r'\-'),
|
||||
regex.compile(r'[^a-zA-Z0-9\s]'),
|
||||
|
Reference in New Issue
Block a user