@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.14
VOLUME ["/in", "/out"]
@@ -46,6 +46,7 @@ def _main():
continue
tpath = fpath.replace(config["dirs"]["from"], config["dirs"]["to"])
shutil.move(fpath, tpath)
os.chmod(tpath, 0o666)
log(f"moved {fpath}")
for filename in completed:
The note is not visible to the blocked user.