diff --git a/python_apps/pypo/pypo/recorder.py b/python_apps/pypo/pypo/recorder.py index 82797a366..73cf2585b 100644 --- a/python_apps/pypo/pypo/recorder.py +++ b/python_apps/pypo/pypo/recorder.py @@ -78,7 +78,7 @@ class ShowRecorder(Thread): else: filetype = "ogg"; - joined_path = os.path.join(config["base_recorded_files"], filename) + joined_path = os.path.join(config["pypo"]["base_recorded_files"], filename) filepath = "%s.%s" % (joined_path, filetype) br = config["pypo"]["record_bitrate"]