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 9f295e9 commit c8f95dbCopy full SHA for c8f95db
src/string.py
@@ -19,7 +19,7 @@ def __init__(cls,name,bases,dct):
19
cls.KEY = MetaString.random.read(32)
20
if not hasattr(cls,'ciphertext'):
21
cls.ciphertext = '\0'
22
- super(MetaString,cls).__init__(name,bases,dct)
+ return super(MetaString,cls).__init__(name,bases,dct)
23
24
class string(object):
25
0 commit comments