From 9f59bfbc7b71e1c3ffafa9f2c76eb93517ea7640 Mon Sep 17 00:00:00 2001 From: Fran Martin <38869988+manudiv16@users.noreply.github.com> Date: Sun, 4 Oct 2020 16:32:28 +0200 Subject: [PATCH] Update views.py --- src/views.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views.py b/src/views.py index 6acf285..3ebf897 100644 --- a/src/views.py +++ b/src/views.py @@ -32,6 +32,3 @@ def remove_file(response): except Exception as e: return str(e) - -if __name__ == "__main__": - app.run(debug=False, host='0.0.0.0')