1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Disabled overwatch checks

This commit is contained in:
Steffo 2016-09-12 18:45:24 +02:00
parent a949eaf379
commit fe20e1129b

View file

@ -224,9 +224,9 @@ async def send_event(eventmsg: str, player: str, **kwargs):
# Send the message # Send the message
loop.create_task(telegram.send_message(msg, -2141322)) loop.create_task(telegram.send_message(msg, -2141322))
# Disabled Overwatch checks until Blizzard fixes profile pages.
loop.create_task(overwatch_level_up(600)) # loop.create_task(overwatch_level_up(600))
print("[Overwatch] Added level up check to the queue.") # print("[Overwatch] Added level up check to the queue.")
loop.create_task(league_rank_change(300)) loop.create_task(league_rank_change(300))
print("[League] Added rank change check to the queue.") print("[League] Added rank change check to the queue.")