Skip to content

Commit c4ef09a

Browse files
authored
new path
1 parent 82ffc53 commit c4ef09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def load_vcmi_json(string):
3232
return obj
3333

3434
def get_languages():
35-
with urllib.request.urlopen('https://raw.githubusercontent.com/vcmi/vcmi/develop/lib/Languages.h') as f:
35+
with urllib.request.urlopen('https://raw.githubusercontent.com/vcmi/vcmi/develop/lib/texts/Languages.h') as f:
3636
src = f.read().decode('utf-8')
3737
languages = [x for x in re.findall(r"{ ?\"([\w]*)?\" ?,", src, re.IGNORECASE) if "other" not in x]
3838
return languages

0 commit comments

Comments
 (0)