Quote:
Originally Posted by bopuc
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. 
|
Yes, that's the only change as it was the issue. I don't know the plugin but I'm able to debug that and I think I asked about the element