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