MrPigss / BetterJSONStorage

Better JSONStorage for tinyDB
https://pypi.org/project/BetterJSONStorage/
MIT License
30 stars 3 forks source link

Rewrite output file rather than infinitely appending #2

Closed nielstron closed 1 year ago

nielstron commented 1 year ago

At the current state this extension did two terrible things:

This seek fixes both of these issues.

nielstron commented 1 year ago

How did I find this?

MrPigss commented 1 year ago

You are right. I'm gratefull that you noticed. I have immediatly merged the change.