Добавлен setup.py

This commit is contained in:
Jack Stdin
2016-01-31 23:55:00 +03:00
parent 1a221d9a93
commit 62f22f258e
4 changed files with 24 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ class AoRar:
# TODO: UNCOMMENT os.remove(local_filename)
return local_filename
request = requests.get(url, stream=True)
with open(local_filename, 'wb') as f:
for chunk in request.iter_content(chunk_size=1024):