From 80cfb271b27bceb9e357d77d34449cd368d72240 Mon Sep 17 00:00:00 2001 From: itsGarrin Date: Tue, 2 Jul 2024 13:01:08 -0700 Subject: reformatted code --- dashboard_website/datastructs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dashboard_website/datastructs.py') 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 -- cgit v1.2.3