@@ -84,6 +84,9 @@ class Shell(cmd.Cmd):
def run():
shell = Shell()
shell.cmdloop()
try:
except KeyboardInterrupt:
shell.do_exit(None)
run()
The note is not visible to the blocked user.