Closed vaindil closed 8 years ago
Python 3 requires that the key be in byte format, not string. This fixes that so it works on both 2 and 3. I had to mess around with the key file path to get it formatted correctly, I clarified that in the readme to help future users.
Python 3 requires that the key be in byte format, not string. This fixes that so it works on both 2 and 3. I had to mess around with the key file path to get it formatted correctly, I clarified that in the readme to help future users.