summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/port_publisher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/port_publisher.py b/examples/port_publisher.py
index c00ed92..1e9c9a3 100644
--- a/examples/port_publisher.py
+++ b/examples/port_publisher.py
@@ -263,7 +263,7 @@ class Forwarder(ZeroconfService):
print '%s: Connected by %s:%s' % (self.device, addr[0], addr[1])
self.serial.setRTS(True)
self.serial.setDTR(True)
- self.rfc2217 = serial.rfc2217.PortManager(self.serial, self, debug_output=False)
+ self.rfc2217 = serial.rfc2217.PortManager(self.serial, self)
else:
# reject connection if there is already one
connection.close()