diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2023-11-18 07:16:28 -0500 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2023-11-18 07:16:28 -0500 |
| commit | d475f389aa5874c0d1bf4b1be6f6b72f47d746c5 (patch) | |
| tree | c810f8fdd73fd4f9b504ce06f0a80efb5caa5508 | |
| parent | df8b3c455adc0d2751bd13a6fbed89a1144ef934 (diff) | |
timestamp
| -rw-r--r-- | dashboard_website/router.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard_website/router.py b/dashboard_website/router.py index 7d101cf..3678f0a 100644 --- a/dashboard_website/router.py +++ b/dashboard_website/router.py @@ -9,7 +9,7 @@ from datastructs import * host = "http://acetyl.net:5000" # queries acetyl.net:5000, the OSRM engine -endtime = datetime.datetime(2023, 11, 18, 18, 35) # 11/18/2023 6:35pm +endtime = datetime.datetime(2023, 11, 18, hour=18, minute=35) # 11/18/2023 6:35pm # external facing functions |
