Skip to content

Commit

Permalink
fix: re-expose ServiceInfo._set_properties for backwards compat (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 10, 2023
1 parent 816c091 commit 39c4005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zeroconf/_services/info.pxd
Expand Up @@ -74,7 +74,7 @@ cdef class ServiceInfo(RecordUpdateListener):
@cython.locals(length="unsigned char", index="unsigned int", key_value=bytes, key_sep_value=tuple)
cdef void _unpack_text_into_properties(self)

cdef _set_properties(self, cython.dict properties)
cpdef _set_properties(self, cython.dict properties)

cdef _set_text(self, cython.bytes text)

Expand Down

0 comments on commit 39c4005

Please sign in to comment.