remove plus from id (for real this time)
This commit is contained in:
parent
4539012db6
commit
8f47355493
@ -58,7 +58,9 @@ class FakeMultipart(object):
|
||||
def __init__(self, key_name):
|
||||
self.key_name = key_name
|
||||
self.parts = {}
|
||||
self.id = base64.b64encode(os.urandom(43)).replace('=', '').replace('+', ' ')
|
||||
import pdb; pdb.set_trace()
|
||||
self.id = base64.b64encode(os.urandom(43)).replace('=', '').replace('+', '')
|
||||
|
||||
|
||||
def complete(self):
|
||||
total = bytearray()
|
||||
|
Loading…
x
Reference in New Issue
Block a user