pex/kex hopefully now working
This commit is contained in:
parent
fdceb4be90
commit
a611643526
3 changed files with 22 additions and 9 deletions
|
@ -359,8 +359,8 @@ class Core:
|
|||
payload = 'SELECT * FROM peers;'
|
||||
peerList = []
|
||||
for i in c.execute(payload):
|
||||
print('lol - ' + i[2])
|
||||
peerList.append(i[2])
|
||||
if type(i[2] != None):
|
||||
peerList.append(i[2])
|
||||
peerList.append(self._crypto.pubKey)
|
||||
conn.close()
|
||||
return peerList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue