Refactored

This commit is contained in:
2024-10-28 20:47:09 +01:00
parent f540070f08
commit 564c6dd763
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
# Settings for eval_record
import time
from datetime import timedelta
BASE = "/media/jens/cifs/jens@moon/projects/we_collect/results"
VIN = 'WVWZZZE1ZMP010760'
@@ -8,7 +9,8 @@ USER = 'alex'
# Default show data of today
sel_years = (2024, time.gmtime().tm_year)
sel_month = (10, time.gmtime().tm_mon)
sel_days = (15, time.gmtime().tm_mday)
sel_days = (28, time.gmtime().tm_mday)
t_interval_s = 5 * 60
eps = {
"odo":