diff options
| author | itsGarrin <garrin.shieh@gmail.com> | 2024-07-02 13:01:08 -0700 |
|---|---|---|
| committer | itsGarrin <garrin.shieh@gmail.com> | 2024-07-02 13:01:08 -0700 |
| commit | 80cfb271b27bceb9e357d77d34449cd368d72240 (patch) | |
| tree | 0220627916debfd68afb39a1fa62a1f3a47c70ce /dashboard_website/router.py | |
| parent | 9cbf1fe52bd33b122c6eff81d34b081ed25f8c1b (diff) | |
reformatted code
Diffstat (limited to 'dashboard_website/router.py')
| -rw-r--r-- | dashboard_website/router.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dashboard_website/router.py b/dashboard_website/router.py index 8a3b698..e3784d3 100644 --- a/dashboard_website/router.py +++ b/dashboard_website/router.py @@ -1,12 +1,12 @@ +import datetime +import time + import numpy as np import requests from sklearn.cluster import KMeans -import time -import datetime from datastructs import * - host = "http://acetyl.net:5000" # queries acetyl.net:5000, the OSRM engine endtime = datetime.datetime(2023, 11, 18, hour=18, minute=45) # 11/18/2023 6:35pm |
