Fixed potential variable undefined errors

Former-commit-id: e5e902682c90b221f8bb58d4a5ca08f2c82bb703
Former-commit-id: c210e048d0ee28327e8302f37f9dc439db826055
This commit is contained in:
2023-07-08 12:58:26 -04:00
parent 2835214d60
commit aa7768fd6e
2 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ def edit():
_new_lines = _old_lines[0:3] + edit_note(_old_lines[3:], True).split('\n')
else:
_new_lines = line_edit(decrypt(directory + entry_name, _quick_verify=quick_unlock_enabled), _detail,
_edit_line)
_edit_line)
print('\n\u001b[1mentry preview:\u001b[0m')
entry_reader(_new_lines)
encrypt(_new_lines, directory + entry_name, gpg_id)