rkihacker commited on
Commit
f7e7f3d
·
verified ·
1 Parent(s): 64915e3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -112,4 +112,4 @@ def download_file(project_name, filename):
112
  return send_from_directory(os.path.join(app.config['UPLOAD_FOLDER'], project_name, 'bin'), filename, as_attachment=True)
113
 
114
  if __name__ == '__main__':
115
- app.run(host='0.0.0.0', port=5000, debug=True)```
 
112
  return send_from_directory(os.path.join(app.config['UPLOAD_FOLDER'], project_name, 'bin'), filename, as_attachment=True)
113
 
114
  if __name__ == '__main__':
115
+ app.run(host='0.0.0.0', port=5000, debug=True)