From ba6a6e22f59e8aaa04dd2c519cf62c95b30504f9 Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Fri, 2 Aug 2024 19:31:31 -0400 Subject: fixing log path --- chandl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chandl.py b/chandl.py index 76e96dc..b8a82c6 100755 --- a/chandl.py +++ b/chandl.py @@ -23,7 +23,7 @@ class Chandl: if self.quiet: sys.stdout = open(os.devnull, 'w') - self.log_path = f'{str(Path.home())}/.chandl/logs/' + self.log_path = f'{str(Path.home())}/.chandl/logs/{self.thread_id}.pickle' self.delete_log = delete_log if self.delete_log: -- cgit v1.2.3-70-g09d2