forked from ticketfrei/ticketfrei
out of date and seemingly wrong encoding
This commit is contained in:
parent
d584cb7d79
commit
97e0566759
1
user.py
1
user.py
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue