We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485aed8 commit 519dc8dCopy full SHA for 519dc8d
src/sonic-py-common/sonic_py_common/security_cipher.py
@@ -16,6 +16,7 @@
16
class security_cipher:
17
_instance = None
18
_lock = threading.Lock()
19
+ _initialized = False
20
21
def __new__(cls):
22
with cls._lock:
0 commit comments