Display that '--nodes' is not supported for a remote node

This commit is contained in:
GUVWAF
2023-03-19 14:42:44 +01:00
parent 55f6494681
commit 7de17f7c94

View File

@@ -648,6 +648,9 @@ def onConnected(interface):
if args.nodes:
closeNow = True
if args.dest != BROADCAST_ADDR:
print("Showing node list of a remote node is not supported.")
return
interface.showNodes()
if args.qr: