Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit eab3d56

Browse files
authored
Fix zconf warning
1 parent d05bd82 commit eab3d56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netdisco/discoverables/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ def remove_service(self, zconf, typ, name):
9797
"""Callback when a service is removed."""
9898
self.services.pop(name, None)
9999

100+
def update_service(self, zconf, typ, name):
101+
"""Callback when a service is updated."""
102+
pass
103+
100104
def add_service(self, zconf, typ, name):
101105
"""Callback when a service is found."""
102106
service = None

0 commit comments

Comments
 (0)