diff --git a/apisnd.py b/apisnd.py index 683789c..4d2268e 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 = "... Message sent from 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