Skip to content

Commit

Permalink
Fix E117 in accelerometer example
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr authored Feb 10, 2019
1 parent 69cf778 commit 89b41dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/accelerometer/using_graph/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def do_toggle(self):
self.sensorEnabled = False
self.ids.toggle_button.text = "Start Accelerometer"
except NotImplementedError:
popup = ErrorPopup()
popup.open()
popup = ErrorPopup()
popup.open()

def get_acceleration(self, dt):
if (self.counter == 100):
Expand Down

0 comments on commit 89b41dd

Please sign in to comment.