diff options
Diffstat (limited to 'MAT/strippers.py')
| -rw-r--r-- | MAT/strippers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAT/strippers.py b/MAT/strippers.py index 5128c41..f6ae899 100644 --- a/MAT/strippers.py +++ b/MAT/strippers.py | |||
| @@ -60,7 +60,7 @@ except ImportError: | |||
| 60 | 60 | ||
| 61 | # exiftool | 61 | # exiftool |
| 62 | try: | 62 | try: |
| 63 | subprocess.check_output('exiftool') | 63 | subprocess.check_output(['exiftool', '-ver']) |
| 64 | import exiftool | 64 | import exiftool |
| 65 | STRIPPERS['image/jpeg'] = exiftool.JpegStripper | 65 | STRIPPERS['image/jpeg'] = exiftool.JpegStripper |
| 66 | STRIPPERS['image/png'] = exiftool.PngStripper | 66 | STRIPPERS['image/png'] = exiftool.PngStripper |
