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.
1 parent dbd207c commit 1216c8aCopy full SHA for 1216c8a
pylabrobot/arms/precise_flex/preciseflex_backend.py
@@ -8,7 +8,7 @@ def __init__(self, replycode: int, message: str):
8
9
class PreciseFlexBackend(ArmBackend):
10
"""UNTESTED - Backend for the PreciseFlex robotic arm"""
11
- def __init__(self, host: str, port: int, timeout=20, profile=1) -> None:
+ def __init__(self, host: str, port: int = 10100, timeout=20, profile=1) -> None:
12
super().__init__()
13
self.host = host
14
self.port = port
0 commit comments