diff options
| author | nytpu <alex@nytpu.com> | 2021-05-19 08:00:21 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-19 08:02:28 -0600 |
| commit | f9d88722606e5c2570fe4237a64b5a1b22bf1789 (patch) | |
| tree | 49db52ecb6a468f3340256166299f0978990b608 /comitium.go | |
| parent | ac86835f6dcaaf4c42e0c1f2e4ff5eae24b9ff14 (diff) | |
add core.HistoryDays for variable history kept
Diffstat (limited to 'comitium.go')
| -rw-r--r-- | comitium.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comitium.go b/comitium.go index 8355870..8228510 100644 --- a/comitium.go +++ b/comitium.go @@ -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", |
