From ab2e28532cfc830f30dbb68c93dc2791bfa1f607 Mon Sep 17 00:00:00 2001 From: Nyx Date: Sun, 6 Apr 2025 03:12:54 -0500 Subject: [PATCH] accidentally commited that award --- app/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/app.py b/app/app.py index ec4d8fd..b014ce1 100644 --- a/app/app.py +++ b/app/app.py @@ -26,7 +26,5 @@ def define(word): def style(): return send_from_directory('static', 'output.css') -print(rfc2229._read_response) - if __name__ == '__main__': app.run(host="0.0.0.0", port=8080) \ No newline at end of file