@@ -54,7 +54,7 @@ class Ed:
def run(self):
while True:
try:
cmd_line = input(": ").strip()
cmd_line = input(":").strip()
except EOFError:
break
The note is not visible to the blocked user.