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

ho finito i sinonimi

This commit is contained in:
Steffo 2019-03-01 18:07:22 +01:00
parent 8a3ab600db
commit 82bcbce828

View file

@ -144,7 +144,7 @@ def brawlhalla_rank_change(item, change: typing.Tuple[DirtyDelta, Dirty]):
other = partner.steam.royal.username
reply_msg(telegram_bot, main_chat_id, strings.STATSUPDATE.BRAWLHALLA.TEAM,
username=item.steam.royal.username,
rating=team[1],
rating=team.value[1],
other=other)
except Exception:
logger.warning(f"Couldn't notify on Telegram: {item}")