File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ def _log_device_info(self):
8888 log .info (f" Serial No: { self ._device .serial_number } " )
8989 log .info (f" Device Path: { self ._device .device_path } " )
9090 log .info (f" Conn Type: { self ._device .conn_type } " )
91- log .info (f" Vendor ID: { self ._device .obj . uiVendorId } " )
92- log .info (f" Prod ID: { self ._device .obj . uiProdId } " )
93- log .info (f" USB Speed: { self ._device .obj . eUSBSpeed } " )
91+ log .info (f" Vendor ID: { self ._device .vendor_id } " )
92+ log .info (f" Prod ID: { self ._device .prod_id } " )
93+ log .info (f" USB Speed: { self ._device .usb_speed } " )
9494
9595 def _log_capabilities (self ):
9696 log .info ("Capabilities:" )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyobs-flipro"
3- version = " 1.1.3 "
3+ version = " 1.1.4 "
44description = " pyobs module for FLIPRO cameras"
55authors = [
" Tim-Oliver Husser <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments