Skip to content
Snippets Groups Projects
Commit 4b0871f7 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix TB with [8088] and zeroconf. fixes #3114

parent 1309db62
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment