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):