hopefulyl fixed padding error again

This commit is contained in:
Kevin Froman 2018-04-18 02:12:36 -05:00
parent 9eb8a16572
commit d5f96e4cb8
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
'''
# 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):