Fix comment
This commit is contained in:
parent
80b3bcf9e7
commit
3ebed6e5ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue