Refactor Onionr
This commit is contained in:
parent
6cb69c7187
commit
af237eab0b
11 changed files with 184 additions and 67 deletions
|
|
@ -110,7 +110,7 @@ class Core:
|
|||
'''
|
||||
Add an address to the address database (only tor currently)
|
||||
'''
|
||||
if address == config.get('i2p', {'ownAddr' : None})['ownAddr']:
|
||||
if address == config.get('i2p.ownAddr', None):
|
||||
|
||||
return False
|
||||
if self._utils.validateID(address):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue