more changes

This commit is contained in:
2025-01-14 09:44:32 +01:00
parent 997d618ff1
commit 2acaea588b
6 changed files with 6 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ def delete_temp_contents():
"""
delete_temp_contents deletes the contents of the temp directory.
"""
path = database.tempdir
path = database.temp
path = path.replace("~", str(Path.home()))
path = Path(path)
path = path.resolve()