qute-keepass: add a comment to not remove a variable
Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
This commit is contained in:
parent
2a0e0024fe
commit
05e54fbb73
|
|
@ -148,7 +148,7 @@ def dmenu(items, invocation, encoding):
|
|||
|
||||
def get_password():
|
||||
"""Get a keepass db password from user."""
|
||||
_app = QApplication(sys.argv)
|
||||
_app = QApplication(sys.argv) # don't remove this local variable
|
||||
text, ok = QInputDialog.getText(
|
||||
None, "KeePass DB Password",
|
||||
"Please enter your KeePass Master Password",
|
||||
|
|
|
|||
Loading…
Reference in New Issue