mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +02:00
[Dayone] fix typo
This commit is contained in:
parent
5a98089522
commit
b11cbd9e6f
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class DayOne(Journal.Journal):
|
||||||
'Generation Date': entry.creator_generation_date,
|
'Generation Date': entry.creator_generation_date,
|
||||||
'Host Name': entry.creator_host_name,
|
'Host Name': entry.creator_host_name,
|
||||||
'OS Agent': entry.creator_os_agent,
|
'OS Agent': entry.creator_os_agent,
|
||||||
'Sofware Agent': entry.creator_software_agent}
|
'Software Agent': entry.creator_software_agent}
|
||||||
}
|
}
|
||||||
if hasattr(entry, 'location'):
|
if hasattr(entry, 'location'):
|
||||||
entry_plist['Location'] = entry.location
|
entry_plist['Location'] = entry.location
|
||||||
|
|
Loading…
Add table
Reference in a new issue