ephes / kptncook

Fetch receipts from kptncook API and export them to mealie or paprika
MIT License
39 stars 3 forks source link

Fixed malformed JSON during export to paprika #35

Closed ton-An closed 7 months ago

ton-An commented 7 months ago

There was a \ missing to escape the \n in the in the export template for .paprikarecipes files.

My guess is that this bug was introduced with a00e426da87fc271622ad4a40f4e002d2096627e when moving the template file to kptncook/paprika.py

ephes commented 7 months ago

Very cool, thanks a lot!