We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fa3d5e + 541c0d4 commit ef4bfd5Copy full SHA for ef4bfd5
pyobs_flipro/fliprodriver.pyx
@@ -37,7 +37,7 @@ cdef class DeviceInfo:
37
return self.__decode(self.obj.cDevicePath)
38
39
@property
40
- def conn_type(self)
+ def conn_type(self):
41
return "USB" if self.obj.eConnType == FPRO_CONNECTION_USB else "FIBRE"
42
43
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyobs-flipro"
3
-version = "1.1.2"
+version = "1.1.3"
4
description = "pyobs module for FLIPRO cameras"
5
authors = ["Tim-Oliver Husser <[email protected]>"]
6
license = "MIT"
0 commit comments