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__':