We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d4692 commit 4c61029Copy full SHA for 4c61029
1 file changed
README.md
@@ -43,4 +43,13 @@ port.status = True
43
44
print("Get port 1-1.1 status")
45
print(port.status)
46
-```
+```
47
+
48
+# FAQ
49
50
+### How can I specify the path to ´uhubctl´
51
52
+```python
53
+uhubctl.discover_hubs(uhubctl_binary="sudo /usr/local/bin/uhubctl")
54
+uhubctl.Hub("1-1", uhubctl_binary="sudo /usr/local/bin/uhubctl")
55
0 commit comments