Bigger batch size

This commit is contained in:
agres
2025-03-23 21:55:11 +01:00
parent e73752c015
commit 7552d43702
+1 -1
View File
@@ -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: