Skip to content

Commit

Permalink
Fix: missing column.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Oct 8, 2024
1 parent 2070f16 commit 04f09ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "crevettes"
version = "0.0.3"
version = "0.0.4"
readme = "README.md"
requires-python = ">=3.9.9"
description = "A Python utility to capture a thread and commends for a given Reddit thread."
Expand Down
1 change: 1 addition & 0 deletions src/crevettes/harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def write_to_csv(submission, comments, thread_id):
"",
"",
"",
"",
comment.id,
(comment.author.name if comment.author else "Deleted"),
comment.body,
Expand Down

0 comments on commit 04f09ee

Please sign in to comment.