refactored api servers, especially the public server. Client server to recieve similar refactoring soon
This commit is contained in:
parent
54dabefe45
commit
10ef9ce41b
11 changed files with 286 additions and 213 deletions
|
@ -21,7 +21,7 @@ import logger
|
|||
from onionrutils import stringvalidators
|
||||
|
||||
def lookup_new_peer_transports_with_communicator(comm_inst):
|
||||
logger.info('Looking up new addresses...', terminal=True)
|
||||
logger.info('Looking up new addresses...')
|
||||
tryAmount = 1
|
||||
newPeers = []
|
||||
for i in range(tryAmount):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue