mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
Update jrnl/DayOneJournal.py
This commit is contained in:
parent
03c8f2d7a5
commit
e964ecf619
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class DayOne(Journal.Journal):
|
|||
entries_from_editor = self._parse(edited)
|
||||
|
||||
for entry in entries_from_editor:
|
||||
self._get_and_remove_uuid_from_entry(entry)
|
||||
entry = self._get_and_remove_uuid_from_entry(entry)
|
||||
|
||||
# Remove deleted entries
|
||||
edited_uuids = [e.uuid for e in entries_from_editor]
|
||||
|
|
Loading…
Add table
Reference in a new issue