Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
Bug Fix * Enhancement
  • Loading branch information
TebbaaX authored Dec 16, 2020
1 parent e9c65d4 commit d381f56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/pasting.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
for gamma in search(query, tld=zolo, num=30 , stop=60 , pause=2):
print("" + gamma)
print ("")
os.remove(".google-cookie")
exit()
if os.path.exists(".google-cookie"):
os.remove(".google-cookie")
os.remove("grecon.config")
print(colored ('[>] Done...Happy Hunting' ,'green'))
print(colored ('[>] Done...Happy Hunting' ,'green'))

0 comments on commit d381f56

Please sign in to comment.