mirror of
				https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
				synced 2025-10-29 17:40:15 +00:00 
			
		
		
		
	Not creating POSTS.json file properly bug fix
This commit is contained in:
		@@ -360,7 +360,7 @@ def redditSearcher(posts,SINGLE_POST=False):
 | 
				
			|||||||
                printSubmission(submission,subCount,orderCount)
 | 
					                printSubmission(submission,subCount,orderCount)
 | 
				
			||||||
                subList.append(details)
 | 
					                subList.append(details)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            allPosts = {**allPosts,**details}
 | 
					            allPosts[subCount] = [details]
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        postsFile.add(allPosts)
 | 
					        postsFile.add(allPosts)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user