mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 05:25:34 +10:00
download as tar + utf8 zip + optimize walk
This commit is contained in:
@@ -174,7 +174,7 @@ def gen_ecdr64_loc(ecdr64_pos):
|
||||
|
||||
|
||||
class StreamZip(object):
|
||||
def __init__(self, fgen, utf8, pre_crc):
|
||||
def __init__(self, fgen, utf8=False, pre_crc=False):
|
||||
self.fgen = fgen
|
||||
self.utf8 = utf8
|
||||
self.pre_crc = pre_crc
|
||||
|
||||
Reference in New Issue
Block a user