don't need to keep running after endoftheworld

This commit is contained in:
Ted Unangst 2019-11-13 18:31:08 -05:00
parent 008a4d1284
commit 25a538f4a2

1
web.go
View file

@ -940,6 +940,7 @@ func tracker() {
savetracks(tracks) savetracks(tracks)
} }
readyalready <- true readyalready <- true
return
} }
} }
} }