Skip to content

Commit b06e9f8

Browse files
Merge pull request #72 from dynamsoft-docs/preview
update to internal commit 7c1475fe
2 parents ad159c0 + 4772387 commit b06e9f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programming/python/api-reference/license/license-manager-v2.5.2100.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ error_code, error_msg = LicenseManager.init_license("YOUR-LICENSE-KEY")
170170
if error_code != EnumErrorCode.EC_OK.value and error_code != EnumErrorCode.EC_LICENSE_CACHE_USED.value:
171171
print("License initialization error: " + error_msg)
172172
else:
173-
CaptureVisionRouter cvr = new CaptureVisionRouter()
173+
cvr_instance = CaptureVisionRouter()
174174
# add code for further process
175175
```

programming/python/api-reference/license/license-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ error_code, error_msg = LicenseManager.init_license("YOUR-LICENSE-KEY")
170170
if error_code != EnumErrorCode.EC_OK.value and error_code != EnumErrorCode.EC_LICENSE_CACHE_USED.value:
171171
print("License initialization error: " + error_msg)
172172
else:
173-
CaptureVisionRouter cvr = new CaptureVisionRouter()
173+
cvr_instance = CaptureVisionRouter()
174174
# add code for further process
175175
```

0 commit comments

Comments
 (0)