pull/17/head
kthouky 2023-08-11 11:46:59 +02:00
parent 1cc7e5aae7
commit 8579517cb2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def index():
"""
return(head + markdown(
findex,
extensions=['markdown.extensions.toc']
extensions=['toc']
))
@logger.catch(reraise=True)