Write journal upon creation instead of just creating 0-length file

This commit is contained in:
Micah Jerome Ellison 2023-02-24 09:06:10 -08:00
parent ceacf4793f
commit 61d0f64a8d

View file

@ -123,6 +123,7 @@ class Journal:
},
)
)
self.write()
text = self._load(filename)
text = self._decrypt(text)