From b7ff77f6f45a3672466d583d7d1b96aedc86593c Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Sat, 12 Oct 2024 17:11:05 +0800 Subject: [PATCH] update to internal commit e40e10dd --- license-activation/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/license-activation/index.md b/license-activation/index.md index ad59aaa2..b4923b7f 100644 --- a/license-activation/index.md +++ b/license-activation/index.md @@ -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: