Skip to content

Commit c8f95db

Browse files
authored
Update string.py
1 parent 9f295e9 commit c8f95db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(cls,name,bases,dct):
1919
cls.KEY = MetaString.random.read(32)
2020
if not hasattr(cls,'ciphertext'):
2121
cls.ciphertext = '\0'
22-
super(MetaString,cls).__init__(name,bases,dct)
22+
return super(MetaString,cls).__init__(name,bases,dct)
2323

2424
class string(object):
2525

0 commit comments

Comments
 (0)