mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Fixed light sensor bug in plyer
This commit is contained in:
parent
e69f0b9055
commit
ecf13e0041
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class AndroidLight(Light):
|
|||
listener = None
|
||||
|
||||
def _get_illumination(self):
|
||||
if self.listener and self.listener.value:
|
||||
if self.listener and self.listener.value != None:
|
||||
light = self.listener.value
|
||||
return light
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue