From 45b5de300a8caa78b157dd8c1883b170df45fe72 Mon Sep 17 00:00:00 2001 From: Varunram Date: Wed, 5 Dec 2018 11:32:06 -0500 Subject: [PATCH] squash this --- test/itest_reconnect.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/itest_reconnect.py b/test/itest_reconnect.py index 63f6616b5..39df631c5 100644 --- a/test/itest_reconnect.py +++ b/test/itest_reconnect.py @@ -48,7 +48,8 @@ def inbound(env): except: print("Failed to connect to peer1, trying again") time.sleep(5) - print("SESAD: ", lit1.get_peer_id(lit2)) + lit1.connect_to_peer(lit2) + print("SESAD: ", lit1.get_peer_id(lit2), "LIT2: ", lit2.get_peer_id(lit1)) lit1.connect_to_peer(lit2) print("This works?")