Fixed typo

This commit is contained in:
Jonas Borgström 2014-07-10 15:44:29 +02:00
parent 2f72b9f960
commit 1b0e21b95a

View file

@ -61,7 +61,7 @@ class ChunkBuffer:
BUFFER_SIZE = 1 * 1024 * 1024
def __init__(self, key):
self.buffer = BytesIO().write
self.buffer = BytesIO()
self.packer = msgpack.Packer(unicode_errors='surrogateescape')
self.chunks = []
self.key = key