wpm icon indicating copy to clipboard operation
wpm copied to clipboard

Append to .wpm.csv instead of overwriting

Open cslarsen opened this issue 6 years ago • 0 comments

If you open two wpm sessions, the last one will overwrite the entire file, discarding results from the first session. A way to fix this is to read the last row and continue race numbers from there by appending to the file instead of overwriting the entire thing. It's also much faster, just keep track of which results are new to the set.

cslarsen avatar Apr 26 '18 07:04 cslarsen