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:
|
else:
|
||||||
self.reannounce()
|
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:
|
if not show in STATUS_LIST:
|
||||||
return -1
|
return -1
|
||||||
self.status = show
|
self.status = show
|
||||||
|
|
Loading…
Reference in New Issue