diff --git a/app.py b/app.py index 0c85fbf..0b2bd75 100644 --- a/app.py +++ b/app.py @@ -116,5 +116,4 @@ def DelService(): def RunWeb(): - app.run(debug=True) - \ No newline at end of file + app.run() \ No newline at end of file