mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
Write journal upon creation instead of just creating 0-length file
This commit is contained in:
parent
ceacf4793f
commit
61d0f64a8d
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ class Journal:
|
|||
},
|
||||
)
|
||||
)
|
||||
self.write()
|
||||
|
||||
text = self._load(filename)
|
||||
text = self._decrypt(text)
|
||||
|
|
Loading…
Add table
Reference in a new issue