Explorar o código

Explicitly set variable in __init__

oz123 %!s(int64=10) %!d(string=hai) anos
pai
achega
a0ed8de04f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pwman/util/crypto_engine.py

+ 1 - 0
pwman/util/crypto_engine.py

@@ -122,6 +122,7 @@ class CryptoEngine(object):  # pagma: no cover
         self._cipher = None
         self._reader = reader
         self._callback = None
+        self._getsecret = None  # This is set in callback.setter
 
     def authenticate(self, password):
         """