Updated super init syntax
This commit is contained in:
parent
18f219c8e9
commit
5f4af1e17a
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ class Sangaboard(ExtensibleSerialInstrument):
|
|||
you will use to communicate with the motor controller. That's the first argument so
|
||||
it doesn't need to be named.
|
||||
"""
|
||||
super(Sangaboard, self).__init__(port, **kwargs)
|
||||
ExtensibleSerialInstrument.__init__(self, port, **kwargs)
|
||||
|
||||
try:
|
||||
logging.debug("Running firmware checks")
|
||||
# Request firmware version from the board
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue