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