mycroftw / bridge_clock

Python replacement for the old windows XP clock I've been using
GNU General Public License v3.0
0 stars 0 forks source link

Clock loses time #18

Closed mycroftw closed 1 year ago

mycroftw commented 1 year ago

In a test, a 20 minute round takes about 20m12s to run.

Probably because of the precision of the timer and time taken in the event, as the code just drops 1 second every time it triggers.

Obviously, for a clock to be 60.5 seconds per minute is - not optimal.