aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authors1n <[email protected]>2019-07-04 08:49:14 -0700
committerGitHub <[email protected]>2019-07-04 08:49:14 -0700
commitc5fba7da7ba62e2bf1381b89459cc289f0b13e9b (patch)
treef3f98d318817968f9e7e88c75d74c6578031bb00 /project
parentUpdate LICENSE (diff)
downloadurl-checkback-tool-1.0.0.tar.xz
url-checkback-tool-1.0.0.zip
Update url-checkback-script.py1.0.0
Diffstat (limited to 'project')
-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"):