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")