Toastie 4 years ago
parent
commit
8b76b1134e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/txt2mail.py

+ 1 - 1
data/txt2mail.py

@@ -11,7 +11,7 @@ os.makedirs(prep,  exist_ok=True)
 os.makedirs(ready, exist_ok=True)
 os.makedirs(done,  exist_ok=True)
 
-# Register inotify event for files moved to the ready folder
+# Register inotify event for files moved to the "ready" folder
 inotify = INotify()
 watch_flags = flags.MOVED_TO
 wd = inotify.add_watch(ready, watch_flags)