v0.5.0-stable

This commit is contained in:
curly60e 2020-06-25 17:45:21 -03:00 committed by GitHub
parent 697c319027
commit fd8e08c8dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: