Merge branch 'master' of github.com:dae/anki

This commit is contained in:
Damien Elmes 2016-09-05 18:34:29 +10:00
commit 5cea6b8a7a

View File

@ -582,7 +582,7 @@ Content-Type: application/octet-stream\r\n\r\n""")
tgt.close()
break
tgt.write(data)
buf.write(b'\r\n' + bdry + b'--\r\n')
buf.write(b'\r\n' + bdry + b'--\r\n')
size = buf.tell()
# connection headers
headers = {