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
@@ -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