call missing init for zeroconf vcard dummy
This commit is contained in:
parent
8b8bb86c8e
commit
cc09dae0fe
1 changed files with 1 additions and 0 deletions
|
@ -606,6 +606,7 @@ class ConnectionBytestream:
|
|||
|
||||
class ConnectionHandlersZeroconf(ConnectionVcard, ConnectionBytestream):
|
||||
def __init__(self):
|
||||
ConnectionVcard.__init__(self)
|
||||
ConnectionBytestream.__init__(self)
|
||||
# List of IDs we are waiting answers for {id: (type_of_request, data), }
|
||||
self.awaiting_answers = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue