Prepare script works.

This commit is contained in:
tecnovert
2019-07-21 20:50:32 +02:00
parent 76af4a941e
commit ecfd783cce
8 changed files with 500 additions and 305 deletions

View File

@@ -50,7 +50,8 @@ import basicswap.config as cfg
logger = logging.getLogger()
logger.level = logging.DEBUG
logger.addHandler(logging.StreamHandler(sys.stdout))
if not len(logger.handlers):
logger.addHandler(logging.StreamHandler(sys.stdout))
NUM_NODES = 3
BASE_PORT = 14792