Change PATH constructor

This commit is contained in:
Snorky 2025-06-19 15:28:44 +02:00
parent 8640f6a114
commit 35c81f89ee

View File

@ -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")