From 43bbbef792a5af6145c7a38f9e7a2c15ecc7e57a Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Wed, 20 May 2020 21:07:35 -0300 Subject: [PATCH] Bugs corrections pass v.0.0.5 --- Python-BlockClock.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Python-BlockClock.py b/Python-BlockClock.py index a67d740..ef27489 100644 --- a/Python-BlockClock.py +++ b/Python-BlockClock.py @@ -1,6 +1,6 @@ #Developer: Curly60e #Python BlockClock its a clock of the Bitcoin blockchain. -#Version: 0.0.8 +#Version: 0.0.8.1 import os import os.path @@ -202,7 +202,7 @@ def menu(): #Main Menu prt() print("""\t\t Python BlockClock Menu - Version 0.0.8 + Version 0.0.8.1 A. Run BlockClock in your own node B. Show Blockchain information in your own node @@ -221,7 +221,7 @@ def menuUserConn(): #Menu before connection over ssh prt() print("""\t\t Python BlockClock External Node Menu - Version 0.0.8 + Version 0.0.8.1 A. Run BlockClock in this external node B. Show the Genesis Block @@ -236,7 +236,7 @@ def advanceMenu(): prt() print("""\t\t Python BlockClock Advance Menu - Version 0.0.8 + Version 0.0.8.1 A. Bitconi-cli Console B. FunB @@ -250,7 +250,7 @@ def dnt(): prt() print("""\t\t Python BlockClock Advance Menu - Version 0.0.8 + Version 0.0.8.1 A. PayNym B. Bitcoin Address @@ -377,6 +377,7 @@ def menuC(menuO): close() donationPN() t.sleep(50) + menu() except (KeyboardInterrupt, SystemExit): menu() raise @@ -387,6 +388,7 @@ def menuC(menuO): close() donationAddr() t.sleep(50) + menu() except (KeyboardInterrupt, SystemExit): menu() raise @@ -397,6 +399,7 @@ def menuC(menuO): close() donationLN() t.sleep(50) + menu() except (KeyboardInterrupt, SystemExit): menu() raise