diff options
Diffstat (limited to 'chandl.py')
-rwxr-xr-x | chandl.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |