From 81a48a51aed2d7200635d4274759e5efa43a699b Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Sat, 13 Apr 2019 00:39:48 -0500 Subject: [PATCH] Adding in the Initial Image Gathering --- ImageGatherer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ImageGatherer.py b/ImageGatherer.py index de6e644..88bb4a8 100644 --- a/ImageGatherer.py +++ b/ImageGatherer.py @@ -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