示例#1
0
def get_locations():
    return {
        "devices": get_device_stats(),
        "debug_info": get_map_info(),
    }
示例#2
0
文件: locator.py 项目: zviadm/locator
 def get(self):
     map_info = get_map_info()
     self.render("mapview.html", map_info=map_info)
示例#3
0
 def get(self):
     map_info = get_map_info()
     self.render("mapview.html", map_info=map_info)