Skip to content

Commit

Permalink
md
Browse files Browse the repository at this point in the history
  • Loading branch information
sandes committed Mar 25, 2020
1 parent d30422b commit 4c3a9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ It was created by Buzon.io to generate a zipfly on-the-fly for download in a pyt
},
]

# write a file in disk
zfly = zipfly.ZipFly(paths=paths)

# write a file in disk
with open("test.zip", "wb") as f:
for i in zfly.generator():
f.write(i)
Expand Down

0 comments on commit 4c3a9b6

Please sign in to comment.