From e700a6429c2db01da17bbfad3637d15bf622742a Mon Sep 17 00:00:00 2001 From: gnat Date: Tue, 6 Aug 2024 16:00:38 -0700 Subject: [PATCH] fix issues in previous commit --- changelog | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index 883d3cf..d02cf2d 100644 --- a/changelog +++ b/changelog @@ -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 uwu mode diff --git a/src/main.py b/src/main.py index de9b7ba..136fc33 100644 --- a/src/main.py +++ b/src/main.py @@ -30,7 +30,7 @@ def main() -> None: ][-1] )) - http_thread.start() + #http_thread.start() https_thread.start() if __name__ == '__main__':