Merge pull request #114 from radiorabe/fix/recorder-path-config
Get base_recorder_file config from proper subsection in conf
This commit is contained in:
commit
1f039663fb
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class ShowRecorder(Thread):
|
||||||
else:
|
else:
|
||||||
filetype = "ogg";
|
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)
|
filepath = "%s.%s" % (joined_path, filetype)
|
||||||
|
|
||||||
br = config["pypo"]["record_bitrate"]
|
br = config["pypo"]["record_bitrate"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue