Skip to content

Commit

Permalink
fix: config path
Browse files Browse the repository at this point in the history
  • Loading branch information
rfsbraz committed Nov 10, 2023
1 parent 6ec65d3 commit 2f4db70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/deleterr.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def main():
)
logger.info("Log level set to %s", log_level)

config = load_config("config/settings.yaml")
config = load_config("/config/settings.yaml")
config.validate()

Deleterr(config)
Expand Down

0 comments on commit 2f4db70

Please sign in to comment.