mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Increased delay
This commit is contained in:
parent
de9d824a8a
commit
680c22a507
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -79,7 +79,7 @@ async def league_rank_change(timeout):
|
||||||
print("Check for League of Legends completed.")
|
print("Check for League of Legends completed.")
|
||||||
|
|
||||||
loop.create_task(overwatch_level_up(900))
|
loop.create_task(overwatch_level_up(900))
|
||||||
loop.create_task(league_rank_change(5))
|
loop.create_task(league_rank_change(900))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
loop.run_until_complete(d_client.start(token))
|
loop.run_until_complete(d_client.start(token))
|
||||||
|
|
Loading…
Reference in a new issue