We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9c02d commit 1d63382Copy full SHA for 1d63382
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="nyc_infohub_excel_api_access",
5
- version="1.0.9",
+ version="1.0.10",
6
author="Dylan Picart",
7
author_email="dylanpicart@mail.adelphi.edu",
8
description="A Python scraper for downloading Excel datasets from NYC InfoHub.",
src/excel_scraper/scraper.py
@@ -532,5 +532,5 @@ async def scrape_data(self):
532
533
def run_scraper():
534
import asyncio
535
- from main import main
+ from .main import main
536
asyncio.run(main())
0 commit comments