Fix comment

This commit is contained in:
2023-01-29 13:38:10 +01:00
parent 80b3bcf9e7
commit 3ebed6e5ed

View File

@ -578,7 +578,7 @@ async def post_entry(entry_id: str):
def startup() -> None: def startup() -> None:
"""This is called when the server starts. """This is called when the server starts.
It reads the settings file and starts the scheduler. It adds missing tags and starts the scheduler.
""" """
add_missing_tags(reader=reader) add_missing_tags(reader=reader)