- PI MTA TRACKER
+
+
diff --git a/server.py b/server.py index 9af371c..1596fd9 100644 --- a/server.py +++ b/server.py @@ -39,10 +39,8 @@ if __name__ == "__main__": async def mta_callback(routes): global subway_data - print("We are inside of the call back now") - print(len(routes)) + # TODO: Do away with this and throw it into websockets subway_data = mtaController.convert_routes_to_station_first(routes) - pprint(subway_data) class threadWrapper(threading.Thread): diff --git a/templates/layouts/index.html b/templates/layouts/index.html index f351b0a..80d5b02 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html @@ -1,44 +1,162 @@ - +
- - - + + + - -