From fd8e08c8dd44b54bda8494de697fe33f5f3e4356 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Thu, 25 Jun 2020 17:45:21 -0300 Subject: [PATCH] v0.5.0-stable --- apisnd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apisnd.py b/apisnd.py index c44c81b..5a39b7b 100644 --- a/apisnd.py +++ b/apisnd.py @@ -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: