progress in removing core
This commit is contained in:
parent
a74f2c5051
commit
274505a51f
10 changed files with 28 additions and 30 deletions
|
@ -65,7 +65,7 @@ def add_address(address):
|
|||
if type(address) is None or len(address) == 0:
|
||||
return False
|
||||
if stringvalidators.validate_transport(address):
|
||||
if address == gettransports.get()[0]:
|
||||
if address in gettransports.get():
|
||||
return False
|
||||
conn = sqlite3.connect(dbfiles.address_info_db, timeout=30)
|
||||
c = conn.cursor()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue