mirror of https://github.com/hp3icc/D-APRS.git
original file
This commit is contained in:
parent
b36a0fe013
commit
e686014ae5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue