mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
tony bugfix
This commit is contained in:
parent
a874651318
commit
a5fd96faa6
2 changed files with 2 additions and 2 deletions
2
db.py
2
db.py
|
@ -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):
|
||||
|
|
|
@ -548,4 +548,4 @@ def process(arg_discord_connection):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
process(None)
|
||||
process(None)
|
||||
|
|
Loading…
Reference in a new issue