From d5f96e4cb8c06cadb0b070ca4318186bb8697d7c Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Wed, 18 Apr 2018 02:12:36 -0500 Subject: [PATCH] hopefulyl fixed padding error again --- onionr/onionrutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionr/onionrutils.py b/onionr/onionrutils.py index 4c0f2771..565b706a 100644 --- a/onionr/onionrutils.py +++ b/onionr/onionrutils.py @@ -18,7 +18,7 @@ along with this program. If not, see . ''' # Misc functions that do not fit in the main api, but are useful -import getpass, sys, requests, os, socket, hashlib, logger, sqlite3, config, binascii, time +import getpass, sys, requests, os, socket, hashlib, logger, sqlite3, config, binascii, time, base64 import nacl.signing, nacl.encoding if sys.version_info < (3, 6):