mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Re-enabled overwatch check
This commit is contained in:
parent
299122c81b
commit
94e32875e2
1 changed files with 3 additions and 3 deletions
6
main.py
6
main.py
|
@ -224,9 +224,9 @@ async def send_event(eventmsg: str, player: str, **kwargs):
|
|||
# Send the message
|
||||
loop.create_task(telegram.send_message(msg, -2141322))
|
||||
|
||||
# Disabled Overwatch checks until Blizzard fixes profile pages.
|
||||
# loop.create_task(overwatch_level_up(600))
|
||||
# print("[Overwatch] Added level up check to the queue.")
|
||||
|
||||
loop.create_task(overwatch_level_up(600))
|
||||
print("[Overwatch] Added level up check to the queue.")
|
||||
|
||||
loop.create_task(league_rank_change(900))
|
||||
print("[League] Added rank change check to the queue.")
|
||||
|
|
Loading…
Reference in a new issue