Skip to content

Commit d1e05fa

Browse files
[Chore] More debug statements.
1 parent 2d25c45 commit d1e05fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def commands_browser_settings(key):
3131
value (Any): The value of said key.
3232
"""
3333
default = commands_browser_settings.default.get(key, None)
34-
print(f"[CommandsBrowser]: {key} - {default}")
34+
print(f"[CommandsBrowser]: {key} - {commands_browser_settings.obj.get(key, default)}")
3535
return commands_browser_settings.obj.get(key, default)
3636

3737

0 commit comments

Comments
 (0)