1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-12-28 00:05:50 +01:00
parent d5f3b6000d
commit 4cfd7b16bb

2
db.py
View file

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