From 154fa44eae18ad0e396afd771b9e238dd6e0107e Mon Sep 17 00:00:00 2001 From: mikeos Date: Sun, 21 Jul 2013 01:22:28 +0400 Subject: convert file with a single track --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index bb6be97..feceadf 100644 --- a/config.py +++ b/config.py @@ -41,7 +41,7 @@ class CfgParser: cfg = CfgParser() cfg.read(os.path.expanduser("~/.cutter.cfg")) -DIR = to_unicode(cfg.get("encoding", "dir", ".")) +DIR = cfg.get("encoding", "dir", ".") COMPRESSION = cfg.getint("encoding", "compression") SAMPLE_RATE = cfg.getint("output", "sample_rate") -- cgit v1.2.3-70-g09d2