mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Increase timeout between requests
This commit is contained in:
parent
11ad173e81
commit
0d37caa872
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -39,5 +39,5 @@ async def overwatch_level_up(timeout):
|
|||
# Wait for the timeout
|
||||
await asyncio.sleep(timeout)
|
||||
|
||||
loop.create_task(overwatch_level_up(30))
|
||||
loop.create_task(overwatch_level_up(900))
|
||||
d_client.run(token)
|
||||
|
|
Loading…
Reference in a new issue