Skip to content

Commit

Permalink
feat: better configuration mounting
Browse files Browse the repository at this point in the history
BREAKING CHANGE: moved configuration-file to subfolder
  • Loading branch information
niklasheld committed Sep 3, 2021
1 parent 002440f commit 249a9f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def check_all_shows(shows: List[ShowConfiguration]) -> None:


history = History("history.yaml")
config: Configuration = load_configuration_from_yaml("configuration.yaml")
config: Configuration = load_configuration_from_yaml("configuration/configuration.yaml")

schedule.every(config.interval).minutes.do(check_all_shows, shows=config.shows)
schedule.run_all()
Expand Down
File renamed without changes.

0 comments on commit 249a9f5

Please sign in to comment.