Skip to content

Commit

Permalink
changed config name
Browse files Browse the repository at this point in the history
  • Loading branch information
zNitche committed Apr 18, 2024
1 parent f5b79e1 commit 52a6d85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.idea/
__pycache__
config.json
lightberry_config.json
2 changes: 1 addition & 1 deletion lightberry/config/base_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class BaseConfig:
@classmethod
def setup(cls, section, extend=False):
config_content = config_utils.get_config_section("/config.json", section)
config_content = config_utils.get_config_section("/lightberry_config.json", section)
base_keys = cls.__dict__.keys()

for key in config_content:
Expand Down
File renamed without changes.

0 comments on commit 52a6d85

Please sign in to comment.