1
Fork 0
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:
Steffo 2016-10-02 00:27:57 +02:00
parent 299122c81b
commit 94e32875e2

View file

@ -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.")