mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Later: load the db with utf8 encoding (the default for AtomicFile).
This commit is contained in:
parent
6f9deecbcf
commit
1840b94453
@ -71,7 +71,7 @@ class Later(callbacks.Plugin):
|
||||
|
||||
def _openNotes(self):
|
||||
try:
|
||||
fd = open(self.filename)
|
||||
fd = open(self.filename, encoding='utf8')
|
||||
except EnvironmentError as e:
|
||||
self.log.warning('Couldn\'t open %s: %s', self.filename, e)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user