Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 6105073

Browse files
committed
fixed some stuff + more locales
1 parent ea77129 commit 6105073

File tree

6 files changed

+687
-653
lines changed

6 files changed

+687
-653
lines changed

src/content/content_loader.py

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def load_all_content(client):
5050
modes = Loader.fetch("/gamemodes")["data"]
5151
comp_tiers = Loader.fetch("/competitivetiers")["data"][-1]["tiers"]
5252

53-
5453
for season in all_content["Seasons"]:
5554
if season["IsActive"] and season["Type"] == "act":
5655
content_data["season"] = {

0 commit comments

Comments
 (0)