mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Raised timeouts
This commit is contained in:
parent
ac6644a49e
commit
188983e7c1
1 changed files with 4 additions and 4 deletions
8
main.py
8
main.py
|
@ -222,16 +222,16 @@ async def send_event(eventmsg: str, player: str, **kwargs):
|
|||
loop.create_task(telegram.send_message(msg, -2141322))
|
||||
|
||||
|
||||
loop.create_task(overwatch_level_up(600))
|
||||
loop.create_task(overwatch_level_up(900))
|
||||
print("[Overwatch] Added level up check to the queue.")
|
||||
|
||||
loop.create_task(league_rank_change(300))
|
||||
loop.create_task(league_rank_change(900))
|
||||
print("[League] Added rank change check to the queue.")
|
||||
|
||||
loop.create_task(league_level_up(300))
|
||||
loop.create_task(league_level_up(900))
|
||||
print("[League] Added level change check to the queue.")
|
||||
|
||||
loop.create_task(brawlhalla_update_mmr(1500))
|
||||
loop.create_task(brawlhalla_update_mmr(1800))
|
||||
print("[Brawlhalla] Added mmr change check to the queue.")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue