Merge pull request #289 from curly60e/curly60e-patch-172

Update PyBlock.py
This commit is contained in:
curly60e 2021-11-01 17:54:11 -03:00 committed by GitHub
commit e9da1289cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ from PIL import Image
from robohash import Robohash
version = "0.9.8.9"
version = "0.9.8.10"
def close():
print("<<< Back Control + C.\n\n")
@ -970,6 +970,7 @@ def weatherMenu():
\033[1;32;40mA.\033[0;37;40m Version 1
\033[1;32;40mB.\033[0;37;40m Version 2
\033[1;32;40mC.\033[0;37;40m Version 3
\u001b[31;1mR.\033[0;37;40m Return
\n\n\x1b[?25h""".format(n if path['bitcoincli'] else a , alias['alias'], d['blocks'], version, checkupdate()))
menuWeather(input("\033[1;32;40mSelect option: \033[0;37;40m"))