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