From adfaa5913f580e094449f6ad221b18f9be31ce96 Mon Sep 17 00:00:00 2001 From: poka Date: Sun, 22 Nov 2020 06:27:57 +0100 Subject: [PATCH] typo --- pay.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pay.py b/pay.py index 54d69c3..8f3682c 100755 --- a/pay.py +++ b/pay.py @@ -18,10 +18,6 @@ if not dunikey or not node: sys.stderr.write("Please fill the path of your private key (PubSec), and a Duniter node in .env file\n") sys.exit(1) -# dunikey="/home/poka/dev/trousseau-Do99s6wQ-g1-PubSec.dunikey" -# node="http://localhost:30901/gva" - - # Parse arguments parser = argparse.ArgumentParser() parser.add_argument('-d', '--destinataire', help="Destinataire du paiement")