Byte literal bytesToEncrypt

This is an opportunistic, speculative change.
I was scrolling by and noticed that this looks
like a likely needed change, but have not seen
the original code cause any error.
pull/1300/head
Jonathan Hartley 4 years ago
parent b50c71bf6d
commit f4ed27d4ad

@ -262,7 +262,7 @@ if iswindows:
self.resetDecrypt()
def resetEncrypt(self):
self.encryptBlockCount = 0
self.bytesToEncrypt = ''
self.bytesToEncrypt = b''
def resetDecrypt(self):
self.decryptBlockCount = 0
self.bytesToDecrypt = b''

Loading…
Cancel
Save