mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-14 12:43:15 +02:00
Removed BWT
BWT isn't working, so we remove it form our code.
This commit is contained in:
parent
8a445c9ac0
commit
a6984df54d
3 changed files with 4 additions and 23 deletions
|
|
@ -32,7 +32,7 @@ from PIL import Image
|
|||
from robohash import Robohash
|
||||
|
||||
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
|
||||
def close():
|
||||
print("<<< Back Control + C.\n\n")
|
||||
|
|
@ -1010,7 +1010,6 @@ def APIMenuLOCAL():
|
|||
\033[1;32;40mC.\033[0;37;40m Mempool FREE
|
||||
\033[1;32;40mD.\033[0;37;40m CoinGecko FREE
|
||||
\033[1;32;40mE.\033[0;37;40m Rate.sx FREE
|
||||
\033[1;32;40mF.\033[0;37;40m BWT FREE
|
||||
\033[1;32;40mG.\033[0;37;40m LNBits \033[3;35;40m{lnbitspaid}\033[0;37;40m
|
||||
\033[1;32;40mH.\033[0;37;40m LNPay \033[3;35;40m{lnpaypaid}\033[0;37;40m
|
||||
\033[1;32;40mI.\033[0;37;40m OpenNode \033[3;35;40m{opennodepaid}\033[0;37;40m
|
||||
|
|
@ -1053,7 +1052,6 @@ def APIMenuLOCALOnchainONLY():
|
|||
\033[1;32;40mC.\033[0;37;40m Mempool FREE
|
||||
\033[1;32;40mD.\033[0;37;40m CoinGecko FREE
|
||||
\033[1;32;40mE.\033[0;37;40m Rate.sx FREE
|
||||
\033[1;32;40mF.\033[0;37;40m BWT FREE
|
||||
\033[1;32;40mG.\033[0;37;40m LNBits \033[3;35;40m{lnbitspaid}\033[0;37;40m
|
||||
\033[1;32;40mH.\033[0;37;40m LNPay \033[3;35;40m{lnpaypaid}\033[0;37;40m
|
||||
\033[1;32;40mI.\033[0;37;40m OpenNode \033[3;35;40m{opennodepaid}\033[0;37;40m
|
||||
|
|
|
|||
21
ppi.py
21
ppi.py
|
|
@ -13,6 +13,7 @@ import xmltodict
|
|||
import time as t
|
||||
import simplejson as json
|
||||
from art import *
|
||||
from cfonts import render, say
|
||||
from nodeconnection import *
|
||||
from pblogo import *
|
||||
from logos import *
|
||||
|
|
@ -202,8 +203,6 @@ def statsConn():
|
|||
clear()
|
||||
blogo()
|
||||
closed()
|
||||
output = render(str("stats"), colors=['yellow'], align='left', font='tiny')
|
||||
print(output)
|
||||
print(a)
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
|
|
@ -228,6 +227,7 @@ def whalalConn():
|
|||
|
||||
#-----------------------------END Whale Alert--------------------------------
|
||||
|
||||
|
||||
def trustednode():
|
||||
try:
|
||||
clear()
|
||||
|
|
@ -250,23 +250,6 @@ def trustednode():
|
|||
except:
|
||||
pass
|
||||
#-----------------------------END GAMES--------------------------------
|
||||
#-----------------------------bwt.dev--------------------------------
|
||||
|
||||
def bwtConn():
|
||||
try:
|
||||
conn = "curl -s https://bwt.dev/banner.txt"
|
||||
a = os.popen(conn).read()
|
||||
clear()
|
||||
blogo()
|
||||
closed()
|
||||
output = render(str("BWT"), colors=['yellow'], align='left', font='tiny')
|
||||
print(output)
|
||||
print(a)
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
pass
|
||||
|
||||
#-----------------------------END bwt.dev--------------------------------
|
||||
|
||||
#-----------------------------wttr.in--------------------------------
|
||||
def wttrDataV1():
|
||||
|
|
|
|||
2
ver.txt
2
ver.txt
|
|
@ -1 +1 @@
|
|||
{"version":"1.1.1"}
|
||||
{"version":"1.1.2"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue