From dc6c632c62beaed949890284b0f1b98fdfd49adf Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Tue, 26 May 2020 20:24:23 -0300 Subject: [PATCH] Update apisnd.py --- apisnd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apisnd.py b/apisnd.py index 4d2268e..f27615d 100644 --- a/apisnd.py +++ b/apisnd.py @@ -12,7 +12,7 @@ def apisender(): ) url = 'https://api.blockstream.space/order' message = input("\nInsert your Message: ") - sentby = "...PyBLOCK." + sentby = "- PyBLOCK." print("ATENTION: Minimum amount for sending a text is 5000 MSats") amountmsat = input("\nInsert the amount in MSats: ") curl = 'curl -F ' "bid={} ".format(amountmsat) + '-F ' + ' "message=' + message + sentby + '" ' + url