dep. update, set cache in demo_loader

This commit is contained in:
2021-10-24 07:41:54 +02:00
parent 3124a849f1
commit 9e08c80da5
4 changed files with 6 additions and 2 deletions

View File

@@ -829,6 +829,7 @@ func main() {
Worker: conf.Parser.Worker,
ApiKey: conf.Steam.APIKey,
RateLimit: rL,
Cache: rdc,
})
if err != nil {
log.Fatalf("Unbale to setup DemoLoader: %v", err)