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:
parent
cbde52eb59
commit
36a1f0ffab
@ -39,4 +39,4 @@ for artist in dir_list:
|
|||||||
print(e)
|
print(e)
|
||||||
|
|
||||||
count += 1
|
count += 1
|
||||||
#sleep(1)
|
sleep(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user