summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
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")