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