diff options
author | Dominic DiTaranto <domdit@gmail.com> | 2024-08-02 19:31:31 -0400 |
---|---|---|
committer | Dominic DiTaranto <domdit@gmail.com> | 2024-08-02 19:31:31 -0400 |
commit | ba6a6e22f59e8aaa04dd2c519cf62c95b30504f9 (patch) | |
tree | 09b739d45fd45431b80d84f142d6d4e77327e0df | |
parent | fd8124eb1dc763012baa1f55c5efa3d42e118f8d (diff) |
-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: |