diff --git a/plugins/pasting.py b/plugins/pasting.py index 2ca6bbb..789d9d9 100644 --- a/plugins/pasting.py +++ b/plugins/pasting.py @@ -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')) \ No newline at end of file +print(colored ('[>] Done...Happy Hunting' ,'green'))