Skip to content

Commit

Permalink
Fix config_default
Browse files Browse the repository at this point in the history
  • Loading branch information
David Karchmer committed Dec 17, 2015
1 parent dd2b09d commit 46f07dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

import os

FFMPEG_BINARY = os.getenv('FFMPEG_BINARY', 'auto-detect')
IMAGEMAGICK_BINARY = os.getenv('FFMPEG_BINARY', 'auto-detect')
FFMPEG_BINARY = os.getenv('FFMPEG_BINARY', 'ffmpeg')
IMAGEMAGICK_BINARY = os.getenv('IMAGEMAGICK_BINARY', 'convert')

0 comments on commit 46f07dc

Please sign in to comment.