fix TB with [8088] and zeroconf. fixes #3114
This commit is contained in:
parent
1309db624b
commit
4b0871f753
|
@ -283,7 +283,7 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
|
|||
else:
|
||||
self.reannounce()
|
||||
|
||||
def change_status(self, show, msg, sync = False, auto = False):
|
||||
def change_status(self, show, msg, sync = False, auto = False, to = None):
|
||||
if not show in STATUS_LIST:
|
||||
return -1
|
||||
self.status = show
|
||||
|
|
Loading…
Reference in New Issue