Finished design for website

This commit is contained in:
Lucas
2021-07-11 20:30:18 -04:00
parent f3f7ab49b0
commit 75838371c3
6 changed files with 295 additions and 103 deletions

View File

@@ -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):