This commit is contained in:
poka 2020-11-22 06:27:57 +01:00
parent 258aeb5641
commit adfaa5913f
1 changed files with 0 additions and 4 deletions

4
pay.py
View File

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