mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-17 13:07:17 +02:00
Merge pull request #289 from curly60e/curly60e-patch-172
Update PyBlock.py
This commit is contained in:
commit
e9da1289cd
1 changed files with 2 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue