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/datastructs.py | |
| parent | 9cbf1fe52bd33b122c6eff81d34b081ed25f8c1b (diff) | |
reformatted code
Diffstat (limited to 'dashboard_website/datastructs.py')
| -rw-r--r-- | dashboard_website/datastructs.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dashboard_website/datastructs.py b/dashboard_website/datastructs.py index cc51156..0171d8f 100644 --- a/dashboard_website/datastructs.py +++ b/dashboard_website/datastructs.py @@ -1,4 +1,6 @@ -import time, math +import math +import time + # time since last ping before deactivating/deleting BIKE_TIMEOUT = 60000 # 3 minutes BIKE_DELETE = 360000 # time before bike deletes itself |
