Update export statistics
This commit is contained in:
parent
2c72163d3c
commit
8b7aa17236
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.
@ -1,4 +1,4 @@
|
||||
Metadata-Version: 2.1
|
||||
Metadata-Version: 2.2
|
||||
Name: Ragnar
|
||||
Version: 1.3.37
|
||||
Summary: Anti spam bot for dR
|
||||
|
@ -128,7 +128,7 @@ class Bot:
|
||||
def mark_as_sus(self, rant):
|
||||
self.api.post_comment(rant["id"], self.mark_text)
|
||||
self.rsleepii()
|
||||
|
||||
|
||||
def fight(self):
|
||||
self.rsleepii()
|
||||
rants = self.api.get_rants("recent", self.amount_of_rants_to_check, 0)
|
||||
|
@ -31,7 +31,7 @@ def bot_task(username, password):
|
||||
|
||||
def main():
|
||||
args = parse_args()
|
||||
usernames = vic.get_friends()
|
||||
usernames = vic.get_friends()
|
||||
|
||||
with Executor(len(usernames)) as executor:
|
||||
for username in usernames:
|
||||
|
Loading…
Reference in New Issue
Block a user