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 1d63382 commit 012ae66Copy full SHA for 012ae66
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="nyc_infohub_excel_api_access",
5
- version="1.0.10",
+ version="1.0.11",
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/main.py
@@ -3,7 +3,7 @@
import logging
import asyncio
from logging.handlers import RotatingFileHandler
-from src.excel_scraper.scraper import NYCInfoHubScraper
+from .scraper import NYCInfoHubScraper
# Ensure stdout is line-buffered so logs appear in real time
9
sys.stdout.reconfigure(line_buffering=True)
0 commit comments