Skip to content

Commit a5a2310

Browse files
committed
Cosmetics
Changes to comments.
1 parent 6f12dd5 commit a5a2310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PyPassword.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def check_files():
132132
"""
133133
print(' Checking files integrity...')
134134

135-
# Salt (beta password)
135+
# Salt - beta password
136136
try:
137137
open(file(File.beta_key))
138138
except FileNotFoundError:
@@ -150,7 +150,7 @@ def check_files():
150150
else:
151151
print(f' {File.sqlite} OK!')
152152

153-
# Master password (alpha password)
153+
# Master password - alpha password
154154
try:
155155
open(file(File.alpha_key))
156156
except FileNotFoundError:

0 commit comments

Comments
 (0)