Updated to remove comment.
This commit is contained in:
parent
3bd9ac9059
commit
f4a2a6a6a8
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
|
sgspider.ini
|
||||||
suicidegirls
|
suicidegirls
|
||||||
|
|
|
@ -48,7 +48,6 @@ def login(credentials):
|
||||||
|
|
||||||
def getgirls():
|
def getgirls():
|
||||||
print("Loading photos page.")
|
print("Loading photos page.")
|
||||||
#driver.get("https://suicidegirls.com/photos")
|
|
||||||
driver.get("https://www.suicidegirls.com/photos/sg/recent/all/")
|
driver.get("https://www.suicidegirls.com/photos/sg/recent/all/")
|
||||||
print("Finished loading photos page.")
|
print("Finished loading photos page.")
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue