Reenable basic ratelimit.

A one second delay between requests to the fanart.tv servers. This is to prevent a 503 response that is given when requests are over the number per second allowed.
This commit is contained in:
20xd6 2024-10-14 23:33:33 -04:00
parent cbde52eb59
commit 36a1f0ffab

View File

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