fix issues in previous commit

This commit is contained in:
gnat 2024-08-06 16:00:38 -07:00
parent c36537aa02
commit e700a6429c
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@
2024-07-27: improve image accessibility, update blog posts to be compliant with new style
2024-07-28: add support for planned footer in all relevant html documents, simplify inclusion of other documents in a document using include script
2024-08-05: add 88x31s, clean up css
2024-08-06: rewrote entire backend, website now supports <a href='/?uwu=true>uwu mode</a>
2024-08-06: rewrote entire backend, website now supports <a href='/?uwu=true'>uwu mode</a>

View File

@ -30,7 +30,7 @@ def main() -> None:
][-1]
))
http_thread.start()
#http_thread.start()
https_thread.start()
if __name__ == '__main__':