We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f12dd5 commit a5a2310Copy full SHA for a5a2310
PyPassword.py
@@ -132,7 +132,7 @@ def check_files():
132
"""
133
print(' Checking files integrity...')
134
135
- # Salt (beta password)
+ # Salt - beta password
136
try:
137
open(file(File.beta_key))
138
except FileNotFoundError:
@@ -150,7 +150,7 @@ def check_files():
150
else:
151
print(f' {File.sqlite} OK!')
152
153
- # Master password (alpha password)
+ # Master password - alpha password
154
155
open(file(File.alpha_key))
156
0 commit comments