From d7959320dcc58667ba23f56b286e6e61ce46f07d Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Wed, 9 Mar 2022 02:14:10 +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 6b95a41..2bd97ba 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -36,7 +36,7 @@ from robohash import Robohash version = "1.1.12" def close(): - print("<<< Ctr + C.\n\n") + print("<<< Ctrl + C.\n\n") def sysinfo(): #Cpu and memory usage print(" \033[0;37;40m----------------------")