typo on i2cp.dontPublishLeaseSet option
parent
43d63d5e79
commit
bb9089a122
|
@ -255,7 +255,7 @@ class Socket(object):
|
|||
i2cpOptions['i2p.streaming.profile'] = 2
|
||||
i2cpOptions['inbound.nickname'] = 'IRCBOT'
|
||||
i2cpOptions['crypto.lowTagThreshold'] = 14
|
||||
i2cpOptions['i2cp.dontPublishLeaseSet'] = 'true'
|
||||
i2cpOptions['i2cp.dontPublishLeaseSet'] = 'True'
|
||||
self.bind(None, nickname, **i2cpOptions)
|
||||
else:
|
||||
# use existing session
|
||||
|
|
Loading…
Reference in New Issue