Skip to content

Commit

Permalink
unit test fix #6 [test_localization_disable.py]
Browse files Browse the repository at this point in the history
  • Loading branch information
MothScientist committed Jan 10, 2025
1 parent 23d5bd7 commit 2af6c0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions budget_graph/global_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ def set_config():
GlobalConfig.localization_enable = (
GlobalConfig.localization_enable or conf_data.get('localization').get('localization_enable')
)

print(GlobalConfig.localization_enable)

0 comments on commit 2af6c0e

Please sign in to comment.