@@ -1840,4 +1840,5 @@ def download_team_hours_export():
return redirect(url_for('team_hours'))
if __name__ == '__main__':
app.run(debug=True, port=5050)
port = int(os.environ.get('PORT', 5000))
app.run(debug=False, host='0.0.0.0', port=port)
The note is not visible to the blocked user.