diff options
| author | s1n <[email protected]> | 2019-08-14 18:17:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-14 18:17:12 -0700 |
| commit | 1a3b72cfcce1edeea638eefb4d61e75284a7c647 (patch) | |
| tree | f3c53ed47952662874cf8201ac4bc56a58ca4cb8 /url-checkback-script.py | |
| parent | Update README.md (diff) | |
| download | url-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.py | 2 |
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) |