mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Run poe format
This commit is contained in:
parent
3e3422f68c
commit
d0bb99baf7
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def parse(
|
|||
return None
|
||||
|
||||
if hasDate and not hasTime:
|
||||
date = datetime.datetime( # Use the default time
|
||||
date = datetime.datetime( # Use the default time
|
||||
*date[:3],
|
||||
hour=23 if inclusive else default_hour or 0,
|
||||
minute=59 if inclusive else default_minute or 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue