Update export statistics

This commit is contained in:
bot 2025-01-09 23:01:42 +00:00
parent 2c72163d3c
commit 8b7aa17236
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
Metadata-Version: 2.1 Metadata-Version: 2.2
Name: Ragnar Name: Ragnar
Version: 1.3.37 Version: 1.3.37
Summary: Anti spam bot for dR Summary: Anti spam bot for dR

View File

@ -128,7 +128,7 @@ class Bot:
def mark_as_sus(self, rant): def mark_as_sus(self, rant):
self.api.post_comment(rant["id"], self.mark_text) self.api.post_comment(rant["id"], self.mark_text)
self.rsleepii() self.rsleepii()
def fight(self): def fight(self):
self.rsleepii() self.rsleepii()
rants = self.api.get_rants("recent", self.amount_of_rants_to_check, 0) rants = self.api.get_rants("recent", self.amount_of_rants_to_check, 0)

View File

@ -31,7 +31,7 @@ def bot_task(username, password):
def main(): def main():
args = parse_args() args = parse_args()
usernames = vic.get_friends() usernames = vic.get_friends()
with Executor(len(usernames)) as executor: with Executor(len(usernames)) as executor:
for username in usernames: for username in usernames: