Bug fix.
This commit is contained in:
parent
03424821c8
commit
1e545af5f8
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class Uplink(Daemon):
|
||||||
|
|
||||||
status = 'DOWN'
|
status = 'DOWN'
|
||||||
|
|
||||||
if self.__configuration.get_notification_gammu():
|
if self.__configuration.get_notification_gammu() is True:
|
||||||
from uplink.notification import Notification
|
from uplink.notification import Notification
|
||||||
notification = Notification(self.__configuration)
|
notification = Notification(self.__configuration)
|
||||||
notification.send('STATUS: ' + status)
|
notification.send('STATUS: ' + status)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue