@@ -45,7 +45,7 @@ def flash(dev):
flash_cmd = ["/bin/dd", f"if={IMAGE}", f"of={dev}"]
print("flashing")
subprocess.run(flash_cmd)
# subprocess.run(flash_cmd)
print("flashed")
with tempfile.TemporaryDirectory() as tempdir:
The note is not visible to the blocked user.