mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-20 22:54:19 +01:00
persistent-channels: fix flake8 nits
This commit is contained in:
committed by
Christian Decker
parent
1e7701f033
commit
82b1b57690
@@ -45,7 +45,7 @@ def maybe_open_channel(desired, rpc):
|
|||||||
|
|
||||||
if peers == []:
|
if peers == []:
|
||||||
# Need to connect first, and then open a channel
|
# Need to connect first, and then open a channel
|
||||||
#if not is_connectable(rpc, desired['node_id']):
|
# if not is_connectable(rpc, desired['node_id']):
|
||||||
# print("No address known for {}, cannot connect.".format(desired['node_id']))
|
# print("No address known for {}, cannot connect.".format(desired['node_id']))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user