Chore: Corrected some documentation and missing parameters

This commit is contained in:
Donald Zou
2026-04-17 16:09:34 +08:00
parent 98cba45616
commit 456484cf7d
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class localeman:
return json.load(lang_file)
return None
def get_available_languages():
def get_available_languages(self):
available_languages_path = "./static/locales/supported_locales.json"
with open(os.path.join(available_languages_path), "r") as f: