1
0
Fork 0
mirror of synced 2024-09-29 08:41:56 +13:00

Hide KeyboardInterrupt

This commit is contained in:
Ali Parlakci 2018-07-30 13:36:48 +03:00
parent 5633b301f3
commit af29492951

View file

@ -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)