Skip to content
Snippets Groups Projects
Commit cc09dae0 authored by sb's avatar sb
Browse files

call missing init for zeroconf vcard dummy

parent 8b8bb86c
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {}
......
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