From 6a040353ebc6eeeedaf36d749c12ea9919f2d2f4 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Tue, 22 Mar 2022 23:18:44 +0100 Subject: [PATCH] Update PyBlock.py --- pybitblock/PyBlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index 71eb997..32752af 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -59,7 +59,7 @@ def rectangle(n): f'{""*n}{"|"*n}{""*n}' if i >= (n+1)/2 and i <= (1*n)/2 else - f'\u001b[38;5;27m{"■"*(x-1)}' + f'\u001b[38;5;27m{"█"*(x-1)}' ) for i in range(y) )