- also use sel_month and sel_years
- settings: use current date (today) for data as default
This commit is contained in:
+1
-1
@@ -240,7 +240,7 @@ if __name__ == '__main__':
|
||||
end_points.append(Endpoint(k, settings.eps[k]))
|
||||
|
||||
# Process data and store into endpoints
|
||||
process(end_points, settings.BASE, settings.USER, settings.VIN, sel_days=settings.sel_days)
|
||||
process(end_points, settings.BASE, settings.USER, settings.VIN, sel_days=settings.sel_days, sel_months=settings.sel_month, sel_years=settings.sel_years)
|
||||
|
||||
# get endpoints
|
||||
ep_odo = find_ep_by_name(end_points, name="odo")
|
||||
|
||||
Reference in New Issue
Block a user