Skip to content

Commit b7ff77f

Browse files
update to internal commit e40e10dd
1 parent 6d5b647 commit b7ff77f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

license-activation/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ If you are using a **concurrent instance license**, you need to apply two more o
170170
>
171171
```python
172172
license_count = YOUR-PURCHASED-LICENSE-COUNT
173-
error_code = 0
174173
LicenseManager.set_max_concurrent_instance_count(license_count)
175174
error_code, error_msg = LicenseManager.init_license("YOUR-LICENSE-KEY")
176175
if error_code != EnumErrorCode.EC_OK.value and error_code != EnumErrorCode.EC_LICENSE_CACHE_USED.value:

0 commit comments

Comments
 (0)