Kaydet (Commit) 8af99d3d authored tarafından frknkrc44's avatar frknkrc44

Fix fetcher requests

üst 7819c273
......@@ -287,7 +287,7 @@ class Fetcher:
)
total = c.headers.get('content-length')
if not total:
self.file_id.write(res.content)
self.file_id.write(c.content)
else:
down = 0
total = int(total)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment