Skip to content

Commit

Permalink
Merge pull request #772 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit e40e10dd
  • Loading branch information
DMGithubPublisher authored Oct 12, 2024
2 parents 2998084 + b7ff77f commit 05268fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion license-activation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ If you are using a **concurrent instance license**, you need to apply two more o
>
```python
license_count = YOUR-PURCHASED-LICENSE-COUNT
error_code = 0
LicenseManager.set_max_concurrent_instance_count(license_count)
error_code, error_msg = LicenseManager.init_license("YOUR-LICENSE-KEY")
if error_code != EnumErrorCode.EC_OK.value and error_code != EnumErrorCode.EC_LICENSE_CACHE_USED.value:
Expand Down

0 comments on commit 05268fe

Please sign in to comment.