Update export statistics
This commit is contained in:
parent
971a500ae6
commit
d06473f5cb
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/ragnar-1.3.37.tar.gz
vendored
BIN
dist/ragnar-1.3.37.tar.gz
vendored
Binary file not shown.
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user