Update export statistics

This commit is contained in:
bot 2025-01-05 23:00:15 +00:00
parent aedf6757f6
commit dbdcb93cab
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -116,7 +116,7 @@ class Bot:
rant = self.api.get_rant(rant_id)
for comment in rant.get("comments", []):
print("Checking if sus comment: ", comment["body"])
if comment['user_score'] >= 5:
if comment["user_score"] >= 5:
print("User has reputation >= 5 so not sus.")
continue
if self.is_sus_content(comment.get("body", "")):