Pārlūkot izejas kodu

Fix missing method

oz123 10 gadi atpakaļ
vecāks
revīzija
cefbf71061
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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):
     """