diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 04:02:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 04:02:06 +0200 |
| commit | fa1e819c6a3d30e8426902b315879aaef40c5dfd (patch) | |
| tree | 971afd88cffeb98ece386f3b768f0ad5793679c4 /live-mogrify.py | |
| parent | 9829933c76af20c810d6ca3de157c35b2b77487d (diff) | |
un rato
Diffstat (limited to 'live-mogrify.py')
| -rw-r--r-- | live-mogrify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/live-mogrify.py b/live-mogrify.py index 1801b9b..a1836cc 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -230,6 +230,7 @@ def process_live_input(opt, data_opt, rpc_client): cv2.imwrite(tmp_path, next_img) os.rename(tmp_path, next_path) + print('wrote {}'.format(next_path)) if __name__ == '__main__': listener = Listener() |
