Skip to content

Commit 05268fe

Browse files
Merge pull request #772 from dynamsoft-docs/preview
update to internal commit e40e10dd
2 parents 2998084 + b7ff77f commit 05268fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

license-activation/index.md

-1
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)