From 7552d437022a6b25003df24c36fab6ba6d06e6e8 Mon Sep 17 00:00:00 2001 From: agres Date: Sun, 23 Mar 2025 21:55:11 +0100 Subject: [PATCH] Bigger batch size --- src/runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime.py b/src/runtime.py index 46855b8..ee73e83 100644 --- a/src/runtime.py +++ b/src/runtime.py @@ -27,7 +27,7 @@ if args.export: print('Scraping GDPR Data') # The next function can gat a int witch defines the amount of songs witch will be scraped from the gdpr files. # e.g. if 500 is input, the last 500 played songs will come up, if left empty, the last 100. - export_gdpr_data() + export_gdpr_data(1000000) scrape_missing_infos() while True: