Update export statistics

This commit is contained in:
bot 2024-12-17 17:04:31 +00:00
parent 971a500ae6
commit d06473f5cb
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -142,7 +142,7 @@ class Bot:
log.info("Comments of rant are sus + user sus. Will flag as spam.")
elif rant["user_username"] in self.sus_users:
pass
pass
elif not self.is_sus_rant(rant["id"], rant["text"]):
log.info(
"{}: Rant by {} is not sus.".format(
@ -150,7 +150,7 @@ class Bot:
)
)
continue
log.warning(
"{}: Rant is not {} flagged as sus yet.".format(
self.name, rant["user_username"]