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 2d2f02d commit d9162e0Copy full SHA for d9162e0
src/cli/register.py
@@ -445,7 +445,7 @@ def __str__(self):
445
]
446
if lictype == 'trial':
447
self.notes.append('* Can\'t obfuscate big script and mix str')
448
- elif lictype in ('bacic', 'pro'):
+ elif lictype in ('basic', 'pro'):
449
self.notes.append('* Need verify license online '
450
'when obfuscating scripts')
451
elif lictype == 'group':
0 commit comments