Update app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ def download(filename):
|
|
41 |
return send_file(filename, as_attachment=True)
|
42 |
|
43 |
if __name__ == '__main__':
|
44 |
-
app.run(debug=
|
|
|
41 |
return send_file(filename, as_attachment=True)
|
42 |
|
43 |
if __name__ == '__main__':
|
44 |
+
app.run(debug=False)
|