diff --git a/src/searcher.py b/src/searcher.py index 8b7aff9..709ff51 100644 --- a/src/searcher.py +++ b/src/searcher.py @@ -367,7 +367,7 @@ def redditSearcher(posts,SINGLE_POST=False): allPosts[subCount] = [details] except KeyboardInterrupt: - print("\nKeyboardInterrupt",end="") + print("\nKeyboardInterrupt",noPrint=True) postsFile.add(allPosts)