Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit d7d4d9a

Browse files
committed
Don't cull storage when calling getSpecific
1 parent 0e2391b commit d7d4d9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dht/storage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def get(self, keyword, default=None):
105105
return default
106106

107107
def getSpecific(self, keyword, key):
108-
self.cull()
109108
if keyword in self.data and key in self.data[keyword]:
110109
return self.data[keyword][key]
111110

0 commit comments

Comments
 (0)