videomatch / config.py
dodijk's picture
Refactor app.py into separate files
7971a7a
raw
history blame
No virus
101 Bytes
import tempfile
VIDEO_DIRECTORY = tempfile.gettempdir()
FPS = 5
MIN_DISTANCE = 4
MAX_DISTANCE = 30