Skip to content

Commit

Permalink
Merge pull request #77 from ChrisCole42/patch-1
Browse files Browse the repository at this point in the history
Update compass.py
  • Loading branch information
trivedigaurav committed Jul 13, 2014
2 parents c8b9632 + d005a1e commit 0e530de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plyer/platforms/android/compass.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def onAccuracyChanged(self, sensor, accuracy):

class AndroidCompass(Compass):
def __init__(self):
super(AndroidAccelerometer, self).__init__()
super(AndroidCompass, self).__init__()
self.listener = MagneticFieldSensorListener()

def _enable(self):
Expand Down

0 comments on commit 0e530de

Please sign in to comment.