leave it as is

This commit is contained in:
dgtlmoon
2024-01-31 15:54:07 +01:00
parent 83d9c2c614
commit 38fef78664
+1 -1
View File
@@ -751,7 +751,7 @@ class html_requests(Fetcher):
if encoding:
r.encoding = encoding
self.headers = dict(r.headers)
self.headers = r.headers
if not r.content or not len(r.content):
raise EmptyReply(url=url, status_code=r.status_code)