@ -72,8 +72,9 @@ if len(sys.argv) != 1:
if sys.argv[1] == "-r":
sys.argv.pop(1)
print("Removing output directory...")
if os.path.exists("output"):
shutil.rmtree("output") # Scary
print("Output directory removed")
if len(sys.argv) == 1:
sys.exit()
if sys.argv[1] == "all":
The note is not visible to the blocked user.