mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-23 14:50:35 -04:00
Don't crash when the dict is empty
This commit is contained in:
parent
9dd0af53da
commit
ef12dc5694
2 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ import zstandard
|
|||
import json
|
||||
|
||||
input_files = [
|
||||
r"\\MYCLOUDPR4100\Public\reddit\subreddits23\Chattanooga_comments.zst",
|
||||
r"\\MYCLOUDPR4100\Public\reddit\subreddits23\Graffiti_comments.zst",
|
||||
r"\\MYCLOUDPR4100\Public\reddit\subreddits23\StyleCoordinators_comments.zst",
|
||||
r"\\MYCLOUDPR4100\Public\reddit\subreddits23\classicwow_comments.zst",
|
||||
]
|
||||
ignored_users = ['[deleted]', 'automoderator']
|
||||
min_comments_per_sub = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue