add port settings

This commit is contained in:
KF7EEL 2020-12-30 09:36:48 -08:00
parent e362fa7320
commit 160d11e651
2 changed files with 5 additions and 0 deletions

View File

@ -114,3 +114,6 @@ def dash_bb():
def dash_loc():
return get_loc_data()
#return render_template('index.html', data = str(get_data()))
if __name__ == '__main__':
app.run(debug = True, port=dash_port)

View File

@ -25,3 +25,5 @@ Settings for web dashboard.
dashboard_title = 'HBLink3 D-APRS Dashboard'
# Logo used on dashboard page
logo = 'https://raw.githubusercontent.com/kf7eel/hblink3/gps/HBlink.png'
# Port to run server
dash_port = 8092