diff options
| author | mikeos <mike.osipov@gmail.com> | 2013-07-25 00:02:06 +0400 |
|---|---|---|
| committer | mikeos <mike.osipov@gmail.com> | 2013-07-25 00:02:06 +0400 |
| commit | 36380f34b2dbd9881978c04da1bd18b444572c6b (patch) | |
| tree | e656120e6f7293fc92fdf035e199ae98a34b0d77 /config.py | |
| parent | c54595e6646531b5802394c19b4b62f7566aa6e9 (diff) | |
use temporary directory for files
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ cfg = CfgParser() cfg.read(os.path.expanduser("~/.cutter.cfg")) DIR = cfg.get("encoding", "dir", ".") +USE_TEMPDIR = cfg.getbool("encoding", "use_tempdir") COMPRESSION = cfg.getint("encoding", "compression") SAMPLE_RATE = cfg.getint("output", "sample_rate") |
