diff --git a/screenless/bureau/photography/photography.py b/screenless/bureau/photography/photography.py index 32b376a..d9e8833 100644 --- a/screenless/bureau/photography/photography.py +++ b/screenless/bureau/photography/photography.py @@ -106,6 +106,7 @@ class Photography(Bureau): for i, f in enumerate(filelist): filelist[i] = os.path.join("/tmp/webcam", f) newest = max(filelist, key=lambda x: os.stat(x).st_mtime) + print("copying ", newest, "to", tmpimg.name) shutil.copyfile(newest, tmpimg.name) # crop