Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitmadhwani committed Aug 23, 2017
1 parent 362d6a0 commit bb993aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plyer/platforms/ios/spatialorientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class iOSSpatialOrientation(SpatialOrientation):

def __init__(self):
self.bridge = autoclass('bridge').alloc().init()
self.bridge.motionManager.setdeviceMotionUpdateInterval_(0.1)
self.bridge.motionManager.setDeviceMotionUpdateInterval_(0.1)

def _enable_listener(self):
self.bridge.startDeviceMotion()
Expand Down

0 comments on commit bb993aa

Please sign in to comment.