From 37cc1d09efebbbfb1d24021c9f7b4bfbe3026e26 Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Sun, 19 Feb 2017 01:54:15 -0500 Subject: [PATCH] Update Scraper.py deleting the scraper file fixed --- Scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scraper.py b/Scraper.py index 519c9b7..3889654 100644 --- a/Scraper.py +++ b/Scraper.py @@ -56,7 +56,7 @@ #These lines delete the scraper file. Uncomment them if you don't want the file to be deleted -#os.remove('Scraper.py') +#os.remove(sys.argv[0]) #print("Scraper File Removed!!!!") print("\nPress a key to continue...") m.getch()