Skip to content

Commit d9162e0

Browse files
committed
Fix typo #2204
1 parent 2d2f02d commit d9162e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/register.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def __str__(self):
445445
]
446446
if lictype == 'trial':
447447
self.notes.append('* Can\'t obfuscate big script and mix str')
448-
elif lictype in ('bacic', 'pro'):
448+
elif lictype in ('basic', 'pro'):
449449
self.notes.append('* Need verify license online '
450450
'when obfuscating scripts')
451451
elif lictype == 'group':

0 commit comments

Comments
 (0)