summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic DiTaranto <domdit@gmail.com>2024-08-02 19:31:31 -0400
committerDominic DiTaranto <domdit@gmail.com>2024-08-02 19:31:31 -0400
commitba6a6e22f59e8aaa04dd2c519cf62c95b30504f9 (patch)
tree09b739d45fd45431b80d84f142d6d4e77327e0df
parentfd8124eb1dc763012baa1f55c5efa3d42e118f8d (diff)
fixing log pathHEADmaster
-rwxr-xr-xchandl.py2
1 files changed, 1 insertions, 1 deletions
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: