Removing unused module (pickle)

master
TitanE 10 months ago
parent ff618862b7
commit d0718b4f32

@ -1,6 +1,5 @@
try: try:
import base64 import base64
import pickle
from tabulate import tabulate from tabulate import tabulate
from pysqlcipher3 import dbapi2 as sc from pysqlcipher3 import dbapi2 as sc
from pyotp import TOTP from pyotp import TOTP
@ -217,7 +216,7 @@ quit - quit the program
elif command == 'e': elif command == 'e':
edit() edit()
elif command == 'v': elif command == 'v':
print("keyvault: v1.0.1") print("keyvault: v1.0.2")
elif command == 'g': elif command == 'g':
gen() gen()
elif command == 's': elif command == 's':

Loading…
Cancel
Save