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

tony bugfix

This commit is contained in:
Steffo 2018-08-28 17:38:17 +02:00
parent a874651318
commit a5fd96faa6
2 changed files with 2 additions and 2 deletions

2
db.py
View file

@ -309,7 +309,7 @@ class Dota(Base):
self.rank_tier = data["rank_tier"]
self.wins = wl["win"]
self.losses = wl["lose"]
self.most_played_hero = heroes[0]
self.most_played_hero = heroes[0]["hero_id"]
class LeagueOfLegendsRanks(enum.Enum):

View file

@ -548,4 +548,4 @@ def process(arg_discord_connection):
if __name__ == "__main__":
process(None)
process(None)