We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e5163e + f6f238b commit b979e46Copy full SHA for b979e46
1 file changed
src/zeroconf/_cache.py
@@ -89,7 +89,6 @@ def _async_add(self, record: _DNSRecord) -> bool:
89
store = self.cache.setdefault(record.key, {})
90
new = record not in store and not isinstance(record, DNSNsec)
91
store[record] = record
92
- assert store[record] is record
93
when = record.created + (record.ttl * 1000)
94
if self._expirations.get(record) != when:
95
# Avoid adding duplicates to the heap
0 commit comments