Merge branch 'develop' into 'master'

Develop

See merge request sulinos/devel/inary!37
......@@ -42,9 +42,6 @@ Diğer özellikleri:
Kurulum bağımlılıkları:
pycurl
python3-requests
iksemel (https://gitlab.com/Zaryob/iksemel)
python3-pycurl | python3-requests | requests | wget
intltool
intltool-debian
......@@ -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