@ -214,7 +214,7 @@ def main():
print(HELP_MESSAGE)
# Quit
if cmd[0] == "q":
elif cmd[0] == "q":
while True:
cmd = input("Are you sure (y/n): ").lower()
if cmd in ['y', 'n']:
The note is not visible to the blocked user.