fix csv Flush;

This commit is contained in:
2022-05-02 12:40:38 -04:00
parent d284956268
commit 8637252785
3 changed files with 61 additions and 8 deletions

View File

@ -104,5 +104,6 @@ func (d *db) Save(records []Record) error {
strings.ReplaceAll(r.FeedEntry.Content, "\n", " "),
})
}
csvw.Flush()
return nil
}