mirror of
https://github.com/WGDashboard/WGDashboard-PRW.git
synced 2026-08-04 15:02:59 +00:00
chore: add more debug lines
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user