Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/th17' into th17
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Jan 1, 2025
2 parents 3ea5b92 + ba0324c commit acad7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coc/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def _load_json(self, english_aliases, lab_to_townhall):
id = 2000
for c, [supercell_name, meta] in enumerate(data.items()):

#Not interested if it doesn't have a TID, since it likely isn't a real troop.
# Not interested if it doesn't have a TID, since it likely isn't a real troop.
if not meta.get("TID"):
continue

Expand Down

0 comments on commit acad7e9

Please sign in to comment.