From 0255ceaf6f97e4d5c2d0ee22c40c80f315d11d17 Mon Sep 17 00:00:00 2001 From: sys-nyx Date: Thu, 26 Dec 2024 20:23:06 -0800 Subject: [PATCH] fixed formatting of comments in config example --- config.toml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 15d1049..099f399 100644 --- a/config.toml +++ b/config.toml @@ -1,9 +1,12 @@ -[funny] #subreddit name -comments = funny_comments.json #path to pushshift comments file -posts = funny_submissions.json #path to pushshift submissions file +#subreddit name +[funny] +#path to pushshift comments file +comments = funny_comments.zst +#path to pushshift submissions file +posts = funny_submissions.zst -# add other sets of dumps as needed +#Add other subs if you like [funnymemes] -comments = funnymemes_comments.json -posts = funnymemes_submissions.json +comments = funnymemes_comments.zst +posts = funnymemes_submissions.zst \ No newline at end of file