aboutsummaryrefslogtreecommitdiff
path: root/url-checkback-script.py
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-14 18:17:12 -0700
committerGitHub <[email protected]>2019-08-14 18:17:12 -0700
commit1a3b72cfcce1edeea638eefb4d61e75284a7c647 (patch)
treef3c53ed47952662874cf8201ac4bc56a58ca4cb8 /url-checkback-script.py
parentUpdate README.md (diff)
downloadurl-checkback-tool-1a3b72cfcce1edeea638eefb4d61e75284a7c647.tar.xz
url-checkback-tool-1a3b72cfcce1edeea638eefb4d61e75284a7c647.zip
Update url-checkback-script.py
Diffstat (limited to 'url-checkback-script.py')
-rw-r--r--url-checkback-script.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/url-checkback-script.py b/url-checkback-script.py
index 779cdb9..481cdb6 100644
--- a/url-checkback-script.py
+++ b/url-checkback-script.py
@@ -22,7 +22,7 @@ codes = file.readlines()
for code in codes:
print(attempts)
attempts += 1
- driver.get("http://discord.gift/" + code)
+ driver.get("http://example.com/" + code)
time.sleep(2)
try:
texter = driver.find_element_by_xpath(xPath)