mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-18 13:08:54 +02:00
v0.9.8
This commit is contained in:
parent
ee9485c85f
commit
ecc4f7501e
3 changed files with 2 additions and 22 deletions
|
|
@ -32,7 +32,7 @@ from PIL import Image
|
|||
from robohash import Robohash
|
||||
|
||||
|
||||
version = "0.9.8"
|
||||
version = "0.9.8.1"
|
||||
|
||||
def sysinfo(): #Cpu and memory usage
|
||||
print(" \033[0;37;40m----------------------")
|
||||
|
|
|
|||
20
ppi.py
20
ppi.py
|
|
@ -97,14 +97,9 @@ def opreturn():
|
|||
response = requests.get(url)
|
||||
responseB = str(response.text)
|
||||
responseC = responseB
|
||||
url2 = 'http://opreturnbot.com/api/view/{}'.format(responseC)
|
||||
r = requests.get(url2)
|
||||
r2 = str(r.text)
|
||||
r3 = r2
|
||||
clear()
|
||||
blogo()
|
||||
print("\nTransaction ID: " + responseC)
|
||||
print("OP_RETURN Message: " + r3)
|
||||
input("\nContinue...")
|
||||
elif lndconnectload['ln']:
|
||||
print("\nInvoice: " + b + "\n")
|
||||
|
|
@ -119,14 +114,9 @@ def opreturn():
|
|||
response = requests.get(url)
|
||||
responseB = str(response.text)
|
||||
responseC = responseB
|
||||
url2 = 'http://opreturnbot.com/api/view/{}'.format(responseC)
|
||||
r = requests.get(url2)
|
||||
r2 = str(r.text)
|
||||
r3 = r2
|
||||
clear()
|
||||
blogo()
|
||||
print("\nTransaction ID: " + responseC)
|
||||
print("OP_RETURN Message: " + r3)
|
||||
input("\nContinue...")
|
||||
else:
|
||||
clear()
|
||||
|
|
@ -149,14 +139,9 @@ def opreturn():
|
|||
response = requests.get(url)
|
||||
responseB = str(response.text)
|
||||
responseC = responseB
|
||||
url2 = 'http://opreturnbot.com/api/view/{}'.format(responseC)
|
||||
r = requests.get(url2)
|
||||
r2 = str(r.text)
|
||||
r3 = r2
|
||||
clear()
|
||||
blogo()
|
||||
print("\nTransaction ID: " + responseC)
|
||||
print("OP_RETURN Message: " + r3)
|
||||
input("\nContinue...")
|
||||
else:
|
||||
cert_path = lndconnectload["tls"]
|
||||
|
|
@ -170,14 +155,9 @@ def opreturn():
|
|||
response = requests.get(url)
|
||||
responseB = str(response.text)
|
||||
responseC = responseB
|
||||
url2 = 'http://opreturnbot.com/api/view/{}'.format(responseC)
|
||||
r = requests.get(url2)
|
||||
r2 = str(r.text)
|
||||
r3 = r2
|
||||
clear()
|
||||
blogo()
|
||||
print("\nTransaction ID: " + responseC)
|
||||
print("OP_RETURN Message: " + r3)
|
||||
input("\nContinue...")
|
||||
except:
|
||||
pass
|
||||
|
|
|
|||
2
ver.txt
2
ver.txt
|
|
@ -1 +1 @@
|
|||
{"version":"0.9.8"}
|
||||
{"version":"0.9.8.1"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue