From cacc98c3455fe008caadc4cff27355ec54166777 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Dec 2011 19:06:39 +0100 Subject: code style cleanup --- Phytron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3