add port settings
This commit is contained in:
parent
e362fa7320
commit
160d11e651
@ -114,3 +114,6 @@ def dash_bb():
|
|||||||
def dash_loc():
|
def dash_loc():
|
||||||
return get_loc_data()
|
return get_loc_data()
|
||||||
#return render_template('index.html', data = str(get_data()))
|
#return render_template('index.html', data = str(get_data()))
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
app.run(debug = True, port=dash_port)
|
||||||
|
@ -25,3 +25,5 @@ Settings for web dashboard.
|
|||||||
dashboard_title = 'HBLink3 D-APRS Dashboard'
|
dashboard_title = 'HBLink3 D-APRS Dashboard'
|
||||||
# Logo used on dashboard page
|
# Logo used on dashboard page
|
||||||
logo = 'https://raw.githubusercontent.com/kf7eel/hblink3/gps/HBlink.png'
|
logo = 'https://raw.githubusercontent.com/kf7eel/hblink3/gps/HBlink.png'
|
||||||
|
# Port to run server
|
||||||
|
dash_port = 8092
|
||||||
|
Loading…
Reference in New Issue
Block a user