oz123 10 роки тому
батько
коміт
cefbf71061
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      pwman/data/convertdb.py

+ 3 - 0
pwman/data/convertdb.py

@@ -180,6 +180,9 @@ class CLICallback(Callback):
     def getsecret(self, question):
         return getpass.getpass(question + ":")
 
+    def getnewsecret(self, question):
+        return getpass.getpass(question + ":")
+
 
 class PwmanConvertDB(object):
     """