mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Use double quotes
This commit is contained in:
parent
851f8ef0c6
commit
82f3bf732a
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class Journal:
|
|||
date_blob_re = re.compile("(?:^|\n)\\[([^\\]]+)\\] ")
|
||||
|
||||
# Use strict date matching, if using the default time format
|
||||
if self.config["timeformat"] == '%Y-%m-%d %H:%M':
|
||||
if self.config["timeformat"] == "%Y-%m-%d %H:%M":
|
||||
date_blob_re = re.compile("(?:^|\n)\\[(\d{4}-\d{2}-\d{2} \d{2}:\d{2})\\] ")
|
||||
|
||||
last_entry_pos = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue