persistable stats

This commit is contained in:
idk
2022-12-06 22:14:38 +00:00
parent 9c09103030
commit d0a9652f9d

View File

@@ -144,5 +144,6 @@ func Serve(newsDir, newsStats string) *NewsServer {
StateFile: newsStats,
},
}
s.Stats.Load()
return s
}