From 32c4a325332fd394cf109a96919df7b67b95fbe8 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Mon, 1 Nov 2021 17:49:25 -0300 Subject: [PATCH] Update PyBlock.py --- PyBlock.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PyBlock.py b/PyBlock.py index 31f0720..c065b2c 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -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"))