Skip to content

Commit

Permalink
unit test fix #3 [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 f6343d1 commit 9550ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion budget_graph/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from budget_graph.global_config import GlobalConfig

logger_dict = setup_logger('logs/DictLog.log', 'dict_loger')
localization_enable: bool = GlobalConfig.timeit_enable # create a link to the var for convenience
localization_enable: bool = GlobalConfig.localization_enable # create a link to the var for convenience


class Emoji:
Expand Down

0 comments on commit 9550ac8

Please sign in to comment.