From 4cfa23c57b2c5e74aa0744ed2d3415c2c09d46d4 Mon Sep 17 00:00:00 2001 From: TDevD Date: Fri, 8 May 2020 19:20:11 +0200 Subject: [PATCH] fix comment word wrap --- Python-BlockClock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python-BlockClock.py b/Python-BlockClock.py index 191c864..a0921cd 100644 --- a/Python-BlockClock.py +++ b/Python-BlockClock.py @@ -20,8 +20,8 @@ tprint("BlockClock", font="rnd-large") print("Welcome to Python BlockClock\n\n") path = input("Insert the Path to Bitcoin-Cli: ") # path to the bitcoin-cli -a = input("Do you want to see just Block height? 'Yes', for just Block Height. 'No', for full blockchain data. Y/n: ") # select if block height or just ful\ -lblockchain information +a = input("Do you want to see just Block height? 'Yes', for just Block Height. 'No', for full blockchain data. Y/n: ") # select if block height or just full blockchain information + custom = input("Do you want random designs? Y/n: ")