Skip to content

Commit b51f05e

Browse files
committed
tweak
1 parent 52c6d50 commit b51f05e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

datamule/datamule/datamule/datamule_mysql_rds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ async def _fetch_page(self, session, database, params, page=1, page_size=25000):
4242

4343
async with session.get(url, params=query_params, headers=headers) as response:
4444
data = await response.json()
45-
print(response.url)
4645
if not data.get('success'):
4746
raise ValueError(f"API request failed: {data.get('error')}")
4847

datamule/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
setup(
3333
name="datamule",
3434
author="John Friedman",
35-
version="3.4.1",
35+
version="3.4.3",
3636
description="Work with SEC submissions at scale.",
3737
packages=find_packages(include=['datamule', 'datamule.*']),
3838
url="https://github.com/john-friedman/datamule-python",

0 commit comments

Comments
 (0)