mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
remove deprecated parameter
This commit is contained in:
parent
f103d5964e
commit
76fd70657a
@ -113,7 +113,7 @@ class SendNotificationBot(sleekxmpp.ClientXMPP):
|
||||
self.add_event_handler("failed_auth", self.check_credentials)
|
||||
self.add_event_handler('session_start', self.start)
|
||||
self.connect()
|
||||
self.process(threaded=False)
|
||||
self.process(block=False)
|
||||
|
||||
def start(self, event):
|
||||
""" Starts the communication and sends the message. """
|
||||
|
Loading…
x
Reference in New Issue
Block a user