3 Commits

Author SHA1 Message Date
cbde52eb59 Merge branch 'master' into ratelimiting 2024-10-14 11:17:37 -04:00
485b565a3f Replace working code in empty file.
api_calls.py had been emptied for some reason. Probably an acidential deletion. The old code has now been placed in the file.
2024-10-13 17:38:03 -04:00
386f17779b Changes the internal ratelimiting scheme.
Rather than ratelimit to one request per-second, attempt to detect the
MusicBrainz API ratelimiting. The API will return HTTP 503 errors once
ratelimiting has begun. Once this has been detected, the script will wait 1
second before continuing processing.
2024-10-03 14:53:52 -04:00

View File

@@ -39,4 +39,4 @@ for artist in dir_list:
print(e)
count += 1
sleep(1)
#sleep(1)