Update server.py
This commit is contained in:
parent
81249ca89c
commit
9c83722a83
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def relay():
|
|||
title = i[2:]
|
||||
temp = i[2:]
|
||||
code += f"<h1>{temp}</h1>\n"
|
||||
elif i[0:2] == "## "
|
||||
elif i[0:2] == "## ":
|
||||
temp = i[3:]
|
||||
code += f"<h2>{temp}</h2>\n"
|
||||
elif i[0:3] == "### ":
|
||||
|
|
Loading…
Add table
Reference in a new issue