Refactored
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user