Update export statistics
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user