@ -911,6 +911,6 @@ def export_excel():
if __name__ == '__main__':
port = int(os.environ.get('PORT', 5000))
port = os.environ.get('PORT', 5000)
debug = os.environ.get('FLASK_DEBUG', '0') == '1'
app.run(host='0.0.0.0', port=port, debug=debug)