From 35c81f89ee43d9161cf84345cd3f9d948387f7ba Mon Sep 17 00:00:00 2001 From: Snorky Date: Thu, 19 Jun 2025 15:28:44 +0200 Subject: [PATCH] Change PATH constructor --- recorder.py | 4 ---- 1 file changed, 4 deletions(-) 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")