Quote:
Originally Posted by Terisa de morgan
Can you try if this plugin works?
|
As for many others, this hotfix works for me. Thank you very very much, Terisa.
Can you kindly confirm that the only change you made for this fix is in `readers/KoboTouch.py` at lines 378-379?
Code:
#with closing(apsw.Connection(self.device.device_database_path())) as connection:
with closing(apsw.Connection(self.device.device_database_path)) as connection:
(I've run a comparison between the last officially released plugin code and your "beta" hotfix and that's the only thing that shows up. I just want to make sure.