aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/url-checkback-script.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/url-checkback-script.py b/project/url-checkback-script.py
index 45861fa..5fefb10 100644
--- a/project/url-checkback-script.py
+++ b/project/url-checkback-script.py
@@ -7,7 +7,7 @@ from tkinter import *
from tkinter.filedialog import askopenfile
print (">>> URL Check-Back Tool <<< ")
-print (">>> Made by Zoltan | fruitberry <<< ")
+print (">>> Made by Zoltan | s1nical <<< ")
driver = webdriver.Chrome("C:/chromedriver.exe");
@@ -27,7 +27,7 @@ for code in codes:
try:
texter = driver.find_element_by_xpath(xPath)
except NoSuchElementException:
- print ("Might be Valid \n \n \n \n %s - @fruitberry - \n \n \n \n" % code)
+ print ("Might be Valid \n \n \n \n %s - @s1nical - \n \n \n \n" % code)
might += 1
continue
if(texter.text == "Gift Code Invalid"):