Skip to content

Commit

Permalink
Update clockscript.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshiNakamotoBitcoin authored Mar 22, 2022
1 parent 182fc28 commit 2c83242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybitblock/clockscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def rectangle(n):
f'{""*n}{"|"*n}{""*n}'
if i >= (n+1)/2 and i <= (1*n)/2
else
f'\033[A\u001b[38;5;27m{"β– "*(x-1)}\033[A'
f'\033[A\u001b[38;5;27m{"β–ˆ"*(x-1)}\033[A'
)
for i in range(y)
)
Expand Down

0 comments on commit 2c83242

Please sign in to comment.