Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed May 22, 2024
1 parent 3f6cbee commit c1bed0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frigate/util/builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ def save_default_config(location: str) -> None:
logger.error("Unable to write default config to /config")
return

logger.info("Created default config file, see the getting started docs for configuration https://docs.frigate.video/guides/getting_started")
logger.info(
"Created default config file, see the getting started docs for configuration https://docs.frigate.video/guides/getting_started"
)


def get_tomorrow_at_time(hour: int) -> datetime.datetime:
Expand Down

0 comments on commit c1bed0a

Please sign in to comment.