Hide KeyboardInterrupt
This commit is contained in:
@@ -367,7 +367,7 @@ def redditSearcher(posts,SINGLE_POST=False):
|
|||||||
|
|
||||||
allPosts[subCount] = [details]
|
allPosts[subCount] = [details]
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("\nKeyboardInterrupt",end="")
|
print("\nKeyboardInterrupt",noPrint=True)
|
||||||
|
|
||||||
postsFile.add(allPosts)
|
postsFile.add(allPosts)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user