Skip to content

Commit 4772387

Browse files
update to internal commit 7c1475fe
1 parent 5a8515b commit 4772387

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)