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:
@@ -34,6 +34,7 @@ class config():
|
||||
|
||||
ok, config_data = config_utils.read_data(candidate_path)
|
||||
if not ok:
|
||||
log.error("failed to read data from filepath")
|
||||
return False, {}
|
||||
|
||||
return True, config_data
|
||||
|
||||
Reference in New Issue
Block a user