Typo
This commit is contained in:
parent
cc955cd69d
commit
e071efac1a
|
@ -106,7 +106,7 @@ class BMConnectionPool(object):
|
|||
|
||||
def getListeningIP(self):
|
||||
if BMConfigParser().safeGet("bitmessagesettings", "onionhostname").endswith(".onion"):
|
||||
host = BMConfigParser().safeGet("bitmessagesettigns", "onionbindip")
|
||||
host = BMConfigParser().safeGet("bitmessagesettings", "onionbindip")
|
||||
else:
|
||||
host = '127.0.0.1'
|
||||
if BMConfigParser().safeGetBoolean("bitmessagesettings", "sockslisten") or \
|
||||
|
|
Loading…
Reference in New Issue
Block a user