chore: add more debug lines

This commit is contained in:
DaanSelen
2026-03-16 16:55:56 +01:00
parent d8d829ab71
commit b62b4cbd45
6 changed files with 6 additions and 3 deletions
+1
View File
@@ -27,6 +27,7 @@ class localeman:
def get_language(self):
ok, server_config = config.filter(self.wgd_config, "SERVER")
if not ok:
log.error("failed to filter the config in-memory")
return None
lang = server_config.get("wgdashboard_language", "en")