diff --git a/client/httpd.py b/client/httpd.py index cf0254b..76c1ce3 100644 --- a/client/httpd.py +++ b/client/httpd.py @@ -48,4 +48,4 @@ def ipn(): return '' if __name__ == "__main__": - app.run(debug=True) + app.run(debug=False)