fix dash typo again
This commit is contained in:
parent
16239d4f41
commit
442af74b5b
@ -124,5 +124,7 @@ def help():
|
||||
@app.route('/about')
|
||||
def about():
|
||||
#return get_data()
|
||||
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__':
|
||||
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)
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug = True, port=dash_port, host=dash_host)
|
||||
|
Loading…
x
Reference in New Issue
Block a user