timhutton / twitter-archive-parser

Python code to parse a Twitter archive and output in various ways
GNU General Public License v3.0
2.4k stars 111 forks source link

Bugfix: reset markdown for each part #112

Closed flauschzelle closed 1 year ago

flauschzelle commented 1 year ago

There was another bug that I only just found while testing, sorry :/

I didn't reset the markdown to empty before starting a new part file, so the content of each file also included the previous one. Should be fixed with this now.

timhutton commented 1 year ago

No worries, thanks for checking. I didn't notice this either.