Update export statistics
This commit is contained in:
parent
09505987f0
commit
ba20ec022f
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.
@ -3,7 +3,6 @@ import time
|
|||||||
|
|
||||||
from ragnar import log
|
from ragnar import log
|
||||||
from ragnar.bot import Bot
|
from ragnar.bot import Bot
|
||||||
from ragnar.victoria import vic
|
|
||||||
|
|
||||||
|
|
||||||
def parse_args():
|
def parse_args():
|
||||||
@ -17,7 +16,7 @@ def parse_args():
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
usernames = ["no-spam1","no-spam2","no-spam3","no-spam4"]
|
usernames = ["no-spam1", "no-spam2", "no-spam3", "no-spam4"]
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
for username in usernames:
|
for username in usernames:
|
||||||
|
Loading…
Reference in New Issue
Block a user