aboutsummaryrefslogtreecommitdiff
path: root/Phytron.py
diff options
context:
space:
mode:
Diffstat (limited to 'Phytron.py')
-rw-r--r--Phytron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Phytron.py b/Phytron.py
index 90a4f94..35b3f68 100644
--- a/Phytron.py
+++ b/Phytron.py
@@ -367,7 +367,7 @@ class Axis(object):
class IPCOMM(object):
MAX_RETRY_COUNT = 5
- def __init__(self, url, baudrate = 38400, axes=0x10, axisnames = None):
+ def __init__(self, url, baudrate = 38400, axes = 0x10, axisnames = None):
self.rlock = threading.RLock()
self.conn = serial.serial_for_url(url)
self.conn.baudrate = baudrate