main2
Bob Mottram 2019-11-09 21:28:25 +00:00
parent a1d9d43a1f
commit 9ccdebf3b0
1 changed files with 3 additions and 3 deletions

View File

@ -2730,9 +2730,9 @@ class PubServer(BaseHTTPRequestHandler):
startPos+=offset
break
fd = open(filename, 'wb')
fd.write(postBytes[startPos:])
fd.close()
fd = open(filename, 'wb')
fd.write(postBytes[startPos:])
fd.close()
else:
filename=None