cleanup/rm

This commit is contained in:
2025-02-18 14:37:37 -05:00
parent a1484c572c
commit 119f40daf8
24 changed files with 5 additions and 56 deletions

View File

@ -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]'),