mirror of
https://github.com/agresdominik/predictify.git
synced 2026-04-21 17:55:49 +00:00
Bigger batch size
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ if args.export:
|
|||||||
print('Scraping GDPR Data')
|
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.
|
# 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.
|
# 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()
|
scrape_missing_infos()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user