Remove `events.csv` on init.

Fixes #177
This commit is contained in:
Neale Pickett 2022-05-10 13:30:44 -06:00
parent b6eea388d9
commit eea674b1a4
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ func (s *State) maybeInitialize() {
s.Remove("enabled")
s.Remove("hours.txt")
s.Remove("points.log")
s.Remove("events.csv")
s.Remove("messages.html")
s.Remove("mothd.log")
s.RemoveAll("points.tmp")