Fix sidebar zip generation
This commit is contained in:
parent
1567fb745d
commit
ce0cf09b10
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class ZipStream(object):
|
|||
def tell(self):
|
||||
return self.pos
|
||||
|
||||
def seek(self, pos, type):
|
||||
def seek(self, pos, whence=0):
|
||||
pass
|
||||
|
||||
def flush(self):
|
||||
|
|
Loading…
Reference in a new issue