diff --git a/recorder.py b/recorder.py index 26a8bcf..b50a9ee 100755 --- a/recorder.py +++ b/recorder.py @@ -349,10 +349,6 @@ def main(): showArgs(parser) verbosity = False - """ root_path = "/home/" + os.getlogin() + "/.cache/recorder" - tmp_dir_path = root_path + "/tmp" - wave_dir_path = root_path + "/wave" """ - root_path = os.path.join(os.path.expanduser('~'), ".cache/recorder") tmp_dir_path = os.path.join(root_path, "tmp") wave_dir_path = os.path.join(root_path, "wave")