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