Updated to remove comment.

This commit is contained in:
Ronald Farrer 2021-12-30 14:24:39 -08:00
parent 3bd9ac9059
commit f4a2a6a6a8
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
sgspider.ini
suicidegirls suicidegirls

View file

@ -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)