refactored api servers, especially the public server. Client server to recieve similar refactoring soon

This commit is contained in:
Kevin Froman 2019-07-02 01:32:26 -05:00
parent 54dabefe45
commit 10ef9ce41b
11 changed files with 286 additions and 213 deletions

View file

@ -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):