summaryrefslogtreecommitdiff
path: root/chandl.py
diff options
context:
space:
mode:
Diffstat (limited to 'chandl.py')
-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: