mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Poll more often for updates
This commit is contained in:
parent
e257547b13
commit
6aacc1524d
1 changed files with 3 additions and 3 deletions
6
main.py
6
main.py
|
@ -168,13 +168,13 @@ async def send_event(eventmsg: str, player: str, **kwargs):
|
|||
loop.create_task(telegram.send_message(msg, -2141322))
|
||||
|
||||
|
||||
loop.create_task(overwatch_level_up(900))
|
||||
loop.create_task(overwatch_level_up(300))
|
||||
print("[Overwatch] Added level up check to the queue.")
|
||||
|
||||
loop.create_task(league_rank_change(900))
|
||||
loop.create_task(league_rank_change(300))
|
||||
print("[League] Added rank change check to the queue.")
|
||||
|
||||
loop.create_task(league_level_up(900))
|
||||
loop.create_task(league_level_up(300))
|
||||
print("[League] Added level change check to the queue.")
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue