Marc van der Sluys

Results 2 issues of Marc van der Sluys

The first Python code line of the examples in the Pypi documentation reads: ```Python from goodreads import client ``` This should of course be ```Python from betterreads import client ```

As exposed in Issue #23, I also sometimes accidentally kill my `*scratch*` buffer, resulting in the content of `persistent-scratch-save-file` and the latest backup being overwritten by `"nil"`. The solution by...