Update export statistics

This commit is contained in:
bot 2025-03-05 17:57:39 +00:00
parent aace175500
commit 318d7cb500
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -204,7 +204,7 @@ class Bot:
self.name, rant["user_username"] self.name, rant["user_username"]
) )
) )
if vic.is_spam(rant['text']) <= 5: if vic.is_spam(rant["text"]) <= 5:
self.rant_history.append(rant["id"]) self.rant_history.append(rant["id"])
continue continue
else: else: