Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Nov 5, 2018
1 parent e36914e commit 773eca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ledPatterns/CustomLedPattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ def onButton1(self, *args):

def onStart(self, *args):
self._controller.wakeup()
self._controller.idle()
self._controller.idle()
2 changes: 1 addition & 1 deletion libraries/everloop.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def configSocket(self, ledCount):


def everloopErrorCallback(self, error):
self._logger.error('{0'.format(error))
self._logger.error('{0}'.format(error))


def updateLedCount(self, data):
Expand Down

0 comments on commit 773eca6

Please # to comment.