This commit is contained in:
Johannes Findeisen 2022-09-06 02:55:04 +02:00
commit 1e545af5f8

View file

@ -113,7 +113,7 @@ class Uplink(Daemon):
status = 'DOWN'
if self.__configuration.get_notification_gammu():
if self.__configuration.get_notification_gammu() is True:
from uplink.notification import Notification
notification = Notification(self.__configuration)
notification.send('STATUS: ' + status)