Zeroconf: fix unexpected keyword argument

_update_status() got an unexpected keyword argument 'idle_time'

introduced by 28917aaf56
This commit is contained in:
André Apitzsch 2017-12-18 22:46:11 +01:00
parent 5a33a59ee6
commit 8b960238a6
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ class ConnectionZeroconf(CommonConnection, ConnectionHandlersZeroconf):
def _change_from_invisible(self):
self.connection.announce()
def _update_status(self, show, msg):
def _update_status(self, show, msg, idle_time=None):
if self.connection.set_show_msg(show, msg):
app.nec.push_incoming_event(OurShowEvent(None, conn=self,
show=show))