1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Increased delay

This commit is contained in:
Steffo 2016-08-12 23:32:12 +02:00
parent de9d824a8a
commit 680c22a507

View file

@ -79,7 +79,7 @@ async def league_rank_change(timeout):
print("Check for League of Legends completed.")
loop.create_task(overwatch_level_up(900))
loop.create_task(league_rank_change(5))
loop.create_task(league_rank_change(900))
try:
loop.run_until_complete(d_client.start(token))