""" Live page: shows last 7 days events from public OEDB API, refreshes every minute, displays 10-minute bucket histogram and a table of events. """ import falcon from oedb.utils.logging import logger class LiveResource: def on_get(self, req, resp): logger.info("Processing GET request to /live") resp.content_type = 'text/html' html = """
ID | What | Label | Start | Stop | Lon | Lat |
---|