Athspi commited on
Commit
a3f61dd
·
verified ·
1 Parent(s): 2a5fc68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,4 +241,4 @@ def download_project():
241
  return send_from_directory(app.config['UPLOAD_FOLDER'], zip_filename, as_attachment=True)
242
 
243
  if __name__ == '__main__':
244
- app.run(host="0.0.0.0", port=7860, debug=True)
 
241
  return send_from_directory(app.config['UPLOAD_FOLDER'], zip_filename, as_attachment=True)
242
 
243
  if __name__ == '__main__':
244
+ app.run(host="0.0.0.0", port=7860)