mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
fix
This commit is contained in:
parent
d5f3b6000d
commit
4cfd7b16bb
1 changed files with 1 additions and 1 deletions
2
db.py
2
db.py
|
@ -433,7 +433,7 @@ class LeagueOfLegends(Base):
|
|||
return champ["name"]
|
||||
|
||||
def highest_mastery_champ_image(self):
|
||||
champ = loldata.get_champ_by_key(self.highest_mastery_champ)
|
||||
champ = loldata.get_champ_by_key(self.highest_mastery_champ).replace("'", "")
|
||||
return loldata.get_champ_icon(champ["name"])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue