Save when our last processed date is from so we can pick up where we left off
This commit is contained in:
parent
6b2caea884
commit
d8a5e27a97
1 changed files with 2 additions and 0 deletions
|
@ -82,3 +82,5 @@ for preferred, alternatives in replacement_project_names.items():
|
||||||
tl = timelog.groupby(["date", timelog.project.fillna(""), "description"]).agg({"time": 'sum', "started": 'min', "recorded": 'max'}).reset_index()
|
tl = timelog.groupby(["date", timelog.project.fillna(""), "description"]).agg({"time": 'sum', "started": 'min', "recorded": 'max'}).reset_index()
|
||||||
|
|
||||||
tl.to_csv('harvest-ready.csv', index = False)
|
tl.to_csv('harvest-ready.csv', index = False)
|
||||||
|
|
||||||
|
settings.pomodoro_latest_recorded(tl.recorded.max())
|
||||||
|
|
Loading…
Reference in a new issue