We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e65a5 commit 2bb7f4bCopy full SHA for 2bb7f4b
CircuitPython_Pyloton/pyloton.py
@@ -521,7 +521,8 @@ def update_display(self): #pylint: disable=too-many-branches
521
522
if self.cadence_enabled:
523
if not self._setup:
524
- self._cadence_label = self._label_maker('{} rpm'.format(cadence), 50, self._cadence_y)
+ self._cadence_label = self._label_maker('{} rpm'.format(cadence), 50,
525
+ self._cadence_y)
526
self.splash.append(self._cadence_label)
527
else:
528
self._cadence_label.text = '{} rpm'.format(cadence)
0 commit comments