fix dash typo

This commit is contained in:
KF7EEL 2021-01-02 15:47:32 -08:00
parent f7831a18f0
commit 16239d4f41
1 changed files with 1 additions and 2 deletions

View File

@ -124,6 +124,5 @@ def help():
@app.route('/about')
def about():
#return get_data()
return render_template('about.html', title = dashboard_title, logo = logo, contact_name, contact_call = contact_call, contact_email = contact_email, contact_website = contact_website)
if __name__ == '__main__':
return render_template('about.html', title = dashboard_title, logo = logo, contact_name = contact_name, contact_call = contact_call, contact_email = contact_email, contact_website = contact_website)_name__ == '__main__':
app.run(debug = True, port=dash_port, host=dash_host)