diff --git a/dashboard/dashboard.py b/dashboard/dashboard.py index bbd00b8..7217028 100644 --- a/dashboard/dashboard.py +++ b/dashboard/dashboard.py @@ -21,8 +21,7 @@ This is a web dashboard for the GPS/Data application. ''' -from flask import Flask, render_template, request, Response -from markupsafe import Markup +from flask import Flask, render_template, request, Response, Markup import ast, os #from dashboard_settings import * import folium @@ -762,4 +761,4 @@ if __name__ == '__main__': user_settings_file = parser.get('GPS_DATA', 'USER_SETTINGS_FILE') ######################## - app.run(debug = True, port=dash_port, host=dash_host) + app.run(debug = True, port=dash_port, host=dash_host) \ No newline at end of file