Skip to content

Commit

Permalink
Fix incorrect class name
Browse files Browse the repository at this point in the history
Issue was pointed out by customer in the sparkfun forum: https://forum.sparkfun.com/viewtopic.php?f=107&t=52385&p=218844#p213101

This modification was missed in the original commit (ac49aa9#diff-61cfc52f0e73078c6d87620a8cbb6022) for the modification.
  • Loading branch information
santaimpersonator committed Sep 11, 2020
1 parent b25de93 commit 1453860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetbot/motor.py
Expand Up @@ -57,4 +57,4 @@ def _write_value(self, value):

def _release(self):
"""Stops motor by releasing control"""
self._motor.disable()
self._driver.disable()

0 comments on commit 1453860

Please sign in to comment.