fix removing circles from nav bar when disabled
This commit is contained in:
parent
895b4fe4fd
commit
fcfecaff7e
3 changed files with 12 additions and 12 deletions
|
@ -54,10 +54,9 @@ def add_peer(peerID, name=''):
|
|||
|
||||
return True
|
||||
|
||||
|
||||
def add_address(address):
|
||||
"""
|
||||
Add an address to the address database (only tor currently)
|
||||
"""
|
||||
"""Add an address to the address database (only tor currently)"""
|
||||
|
||||
if type(address) is None or len(address) == 0:
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue