eliascotto / export-kobo

A Python tool to export annotations and highlights from a Kobo SQLite file. Now with web UI.
MIT License
24 stars 2 forks source link

fix: store temporary tables in memory #10

Open lyz-code opened 1 month ago

lyz-code commented 1 month ago

Otherwise users may get "ERROR: Unexpected error reading your KoboReader.sqlite file: database or disk is full" even though there is enough disk space.

fix: Add shebang

Otherwise if people try to execute it directly things behave weirdly as it's interpreted as a bash script