Ver código fonte

Fix missing method

oz123 10 anos atrás
pai
commit
cefbf71061
1 arquivos alterados com 3 adições e 0 exclusões
  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):
     """