add core.HistoryDays for variable history kept

This commit is contained in:
nytpu
2021-05-19 08:00:21 -06:00
parent ac86835f6d
commit f9d8872260
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ func main() {
// make sure it exists so we can start working with files in it
os.MkdirAll(dataPath, os.ModePerm)
err := core.Init(dataPath, localizer)
err := core.Init(dataPath, localizer, 0)
if err != nil {
fmt.Fprintf(os.Stderr, core.TranslateStringLocalizer(
localizer, "%s\n",