Fix sidebar zip generation

This commit is contained in:
shortcutme 2019-05-21 15:52:58 +02:00
parent 1567fb745d
commit ce0cf09b10
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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):