Skip to content

Commit

Permalink
Update magic number; Deprecated compresslevel
Browse files Browse the repository at this point in the history
  • Loading branch information
sandes committed May 17, 2020
1 parent a77160c commit 7d074cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipfly/zipfly.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def buffer_prediction_size(self):

# initial values
_len = len( self.paths )
_len_utf8 = int( 0x2 ) * _len
_len_utf8 = int( 0x2 ) * _len # magic number

# Empty zip size in bytes
# zip initial size for multiple files
Expand Down

0 comments on commit 7d074cf

Please sign in to comment.