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:
parent
8a3ab600db
commit
82bcbce828
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue