forked from platypush/platypush
README typo :)
This commit is contained in:
parent
5d2a0cffb5
commit
31b97a8c96
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class LightBatsignalPlugin(LightPlugin):
|
|||
self.batsignal = batman.Batsignal(self.config['intensity'])
|
||||
|
||||
def on(self, urgent=False):
|
||||
if distress:
|
||||
if urgent:
|
||||
self.batsignal.notify_robin()
|
||||
|
||||
self.batsignal.on()
|
||||
|
|
Loading…
Reference in a new issue