out of date and seemingly wrong encoding

master
Egg 2023-06-30 12:58:33 +02:00
parent d584cb7d79
commit 97e0566759
1 changed files with 42 additions and 41 deletions

View File

@ -104,6 +104,7 @@ schlitz
if word in default_badwords.splitlines():
logger.error("Word " + word + " triggered the spam filter on message: " + report.text)
return False
logger.info("Valid report: " + report.text + " | username: " + report.author)
return True
def get_last_twitter_request(self):