jkwening / bike-price-predictor

Machine learning project that given bike information will predict price and evaluate value comparatively to a listed price.
GNU General Public License v3.0
1 stars 0 forks source link

Fetch context manager to manage pool closing #95

Closed jkwening closed 4 years ago

jkwening commented 4 years ago

Replace request calls with context manager to better handle closing of connections when done with request! This should be directly in scraper.py since that has the fetch method.