Update Vercel.py

pull/1802/head
H Lohaus 2 months ago committed by GitHub
parent 802cf1ce21
commit 1baca306c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -64,7 +64,7 @@ class Vercel(AbstractProvider):
continue
for token in response.iter_content(chunk_size=None):
try:
yield token.decode()
yield token.decode(errors="ignore")
except UnicodeDecodeError:
pass
break

Loading…
Cancel
Save