dns-cache icon indicating copy to clipboard operation
dns-cache copied to clipboard

AttributeError: 'NoExpirationPickableCache' object has no attribute 'filename

Open Kemaweyan opened this issue 2 years ago • 0 comments

When I try to create the NoExpirationPickableCache object, it shows this error:

>>> cache = dns_cache.NoExpirationPickableCache()

AttributeError: 'NoExpirationPickableCache' object has no attribute 'filename'

Kemaweyan avatar Dec 05 '23 17:12 Kemaweyan