debug fixes
All checks were successful
release-tag / release-image (push) Successful in 1m29s

This commit is contained in:
2025-06-09 17:37:09 +02:00
parent 159ddfff76
commit c8d3dc66b1

View File

@@ -179,7 +179,7 @@ func syncOnce(ctx context.Context, cfg Config, rdb *redis.Client, ranger *Ranger
newBlocks[src.Category][p] = struct{}{}
_ = rdb.Set(ctx, keyBlock(src.Category, p), "1", expiry).Err()
}); err != nil {
return err
fmt.Println("Error initialising List:", err, src.Category, src.URL)
}
}
}