1
0
Fork 0
mirror of synced 2024-06-26 10:00:20 +12:00

Not creating POSTS.json file properly bug fix

This commit is contained in:
Ali Parlakci 2018-07-10 03:11:38 +03:00
parent 975246c7f0
commit ddccebbc70

View file

@ -360,7 +360,7 @@ def redditSearcher(posts,SINGLE_POST=False):
printSubmission(submission,subCount,orderCount)
subList.append(details)
allPosts = {**allPosts,**details}
allPosts[subCount] = [details]
postsFile.add(allPosts)