mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Merge branch 'master' of github.com:dae/anki
This commit is contained in:
commit
5cea6b8a7a
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ Content-Type: application/octet-stream\r\n\r\n""")
|
||||||
tgt.close()
|
tgt.close()
|
||||||
break
|
break
|
||||||
tgt.write(data)
|
tgt.write(data)
|
||||||
buf.write(b'\r\n' + bdry + b'--\r\n')
|
buf.write(b'\r\n' + bdry + b'--\r\n')
|
||||||
size = buf.tell()
|
size = buf.tell()
|
||||||
# connection headers
|
# connection headers
|
||||||
headers = {
|
headers = {
|
||||||
|
|
Loading…
Reference in a new issue