Skip to content

Commit 1216c8a

Browse files
committed
Adds default port for precise flex arm robot 1
1 parent dbd207c commit 1216c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylabrobot/arms/precise_flex/preciseflex_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def __init__(self, replycode: int, message: str):
88

99
class PreciseFlexBackend(ArmBackend):
1010
"""UNTESTED - Backend for the PreciseFlex robotic arm"""
11-
def __init__(self, host: str, port: int, timeout=20, profile=1) -> None:
11+
def __init__(self, host: str, port: int = 10100, timeout=20, profile=1) -> None:
1212
super().__init__()
1313
self.host = host
1414
self.port = port

0 commit comments

Comments
 (0)