mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
v0.5.0-stable
This commit is contained in:
parent
697c319027
commit
fd8e08c8dd
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ def apisender():
|
|||
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
|
||||
|
||||
sh = os.popen(curl)
|
||||
sh0 = sh.read()
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue