Skip to content

Commit

Permalink
fix: better tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Mar 28, 2024
1 parent 0099640 commit 5da5dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/player/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def main():
"War League Legend",
"Wall Buster", "name", "Well Seasoned", "Games Champion", "Elixir Escapade",
"Heroic Heist",
"warPreference", "warStars", "Nice and Tidy", "builderBaseTrophies"}
"warPreference", "warStars", "Nice and Tidy", "builderBaseTrophies", "heroEquipment"}
skip_store_types = {"War League Legend", "Wall Buster", "Aggressive Capitalism",
"Baby Dragon",
"Elixir Escapade",
Expand All @@ -145,7 +145,7 @@ async def main():
"clanCapitalContributions", "Games Champion"}
ws_types = {"clanCapitalContributions", "name", "troops", "heroes", "spells", "heroEquipment",
"townHallLevel",
"league", "Most Valuable Clanmate"}
"league", "Most Valuable Clanmate", "role"}
only_once = {"troops": 0, "heroes": 0, "spells": 0, "heroEquipment": 0}
if changes:
def recursive_defaultdict():
Expand Down

0 comments on commit 5da5dca

Please sign in to comment.