Skip to content

Commit 39c4005

Browse files
authored
fix: re-expose ServiceInfo._set_properties for backwards compat (#1327)
1 parent 816c091 commit 39c4005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zeroconf/_services/info.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ cdef class ServiceInfo(RecordUpdateListener):
7474
@cython.locals(length="unsigned char", index="unsigned int", key_value=bytes, key_sep_value=tuple)
7575
cdef void _unpack_text_into_properties(self)
7676

77-
cdef _set_properties(self, cython.dict properties)
77+
cpdef _set_properties(self, cython.dict properties)
7878

7979
cdef _set_text(self, cython.bytes text)
8080

0 commit comments

Comments
 (0)