Typo
- missing brackets
This commit is contained in:
parent
3aa6f386db
commit
5e042b76e7
|
@ -52,7 +52,7 @@ class BMConnectionPool(object):
|
|||
except KeyError:
|
||||
pass
|
||||
if hashid in Dandelion().fluff:
|
||||
Dandelion.removeHash(hashid)
|
||||
Dandelion().removeHash(hashid)
|
||||
|
||||
def reRandomiseDandelionStems(self):
|
||||
# Choose 2 peers randomly
|
||||
|
|
Loading…
Reference in New Issue
Block a user