summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 4362b60..913103d 100644
--- a/main.py
+++ b/main.py
@@ -116,7 +116,7 @@ if __name__ == '__main__':
else:
key = input('Please enter your encryption key: ')
crypto.encrypt(key)
- elif database.table_check():
+ elif database.check_table():
if args.new:
process.create_account()
elif args.list: