X-Git-Url: https://code.communitydata.science/cdsc_reddit.git/blobdiff_plain/7b130a30af863dfa727d80d9fea23648dcc9d5d8..65deba5e4e4ad9e3f23e82573491f7d6b190e644:/dumps/check_comments_shas.py diff --git a/dumps/check_comments_shas.py b/dumps/check_comments_shas.py index 199261c..dd428be 100755 --- a/dumps/check_comments_shas.py +++ b/dumps/check_comments_shas.py @@ -6,7 +6,7 @@ from os import path import hashlib shasums1 = requests.get("https://files.pushshift.io/reddit/comments/sha256sum.txt").text -shasums2 = requests.get("https://files.pushshift.io/reddit/comments/daily/sha256sum.txt").text +#shasums2 = requests.get("https://files.pushshift.io/reddit/comments/daily/sha256sum.txt").text shasums = shasums1 + shasums2 dumpdir = "/gscratch/comdata/raw_data/reddit_dumps/comments"