Adding in the Initial Image Gathering

This commit is contained in:
Lucas Oskorep
2019-04-13 00:39:48 -05:00
parent 7d0a16680a
commit 81a48a51ae
+2
View File
@@ -14,3 +14,5 @@ for pokemon in df["identifier"][:251]:
"chromedriver": "/usr/lib/chromium-browser/chromedriver"
}
)
# TODO: Need to clean data up here.... really should be added to another class as well you lazy asshole