mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-01-10 23:18:08 -05:00
Remove unused attribute.
This commit is contained in:
@@ -55,7 +55,6 @@ class Arduino(object):
|
||||
"""
|
||||
self.baud = baud
|
||||
self.timeout = timeout
|
||||
self.ss_connected = False
|
||||
self.port = port
|
||||
if not self.port:
|
||||
self.findPort()
|
||||
|
||||
Reference in New Issue
Block a user