5 lines
136 B
Python
5 lines
136 B
Python
from __future__ import unicode_literals
|
|
|
|
DEFAULT_EXIF_PATH = '/usr/bin/exiftool'
|
|
LOCK_EXPIRE = 60 * 10 # Adjust to worst case scenario
|