zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[Data Record] Restarting ctimer app will start clock count from 0 again. #21

Closed zztin closed 4 years ago

zztin commented 4 years ago

Description

Restarting ctimer app will start clock count from 0 again.

zztin commented 4 years ago

FIxed. Check date of the last entry of the ctimer.db, if equals as today, update the clock count.