mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
commit
89e8aec6b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue