mirror of https://github.com/hp3icc/D-APRS.git
Update dashboard.py
This commit is contained in:
parent
dd4e0022df
commit
b0bcf4b58e
|
|
@ -21,7 +21,8 @@
|
||||||
This is a web dashboard for the GPS/Data application.
|
This is a web dashboard for the GPS/Data application.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from flask import Flask, render_template, request, Response, Markup
|
from flask import Flask, render_template, request, Response
|
||||||
|
from markupsafe import Markup
|
||||||
import ast, os
|
import ast, os
|
||||||
#from dashboard_settings import *
|
#from dashboard_settings import *
|
||||||
import folium
|
import folium
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue