Hide KeyboardInterrupt
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user