We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea491b5 commit e9c8ef8Copy full SHA for e9c8ef8
.github/update.py
@@ -71,7 +71,7 @@ def get_mod_repo():
71
settings_schema = load_vcmi_json(urllib.request.urlopen("https://raw.githubusercontent.com/vcmi/vcmi/develop/config/schemas/settings.json").read())
72
vcmi_mod_url = settings_schema["properties"]["launcher"]["properties"]["defaultRepositoryURL"]["default"]
73
vcmi_mods = load_vcmi_json(urllib.request.urlopen(vcmi_mod_url).read())
74
- return vcmi_mods
+ return vcmi_mods["availableMods"]
75
76
def get_translation_mods():
77
vcmi_translation_mods = {}
0 commit comments