summaryrefslogtreecommitdiff
path: root/internal/schedule/schedule.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/schedule/schedule.go')
-rw-r--r--internal/schedule/schedule.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/schedule/schedule.go b/internal/schedule/schedule.go
index 9ec892c..bf86bcc 100644
--- a/internal/schedule/schedule.go
+++ b/internal/schedule/schedule.go
@@ -23,7 +23,7 @@ var (
func Run(args config.Args, platform platforms.Platform) (entry.Entry, error) {
dir := fmt.Sprintf("%s/db/platforms/%s", args.GosDir, platform.String())
- stats, err := newStats(dir, args.Lookback, args.Target, args.PauseDays, args.MaxDaysQueued)
+ stats, err := newStats(dir, args.Lookback, args.Target, args.PauseDays, args.MaxDaysQueued, args.Config)
if err != nil {
return entry.Zero, err
}