Fix comment

This commit is contained in:
Joakim Hellsén 2023-01-29 13:38:10 +01:00
commit 3ebed6e5ed
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D

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)