Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 0383272

Browse files
committed
Fix leftover debugging
1 parent 75902f3 commit 0383272

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

firststreet/http_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ async def execute(self, endpoint, session, throttler):
110110

111111
# Throttle
112112
async with throttler:
113-
114113
try:
115114
async with session.get(endpoint[0], headers=headers, ssl=False) as response:
116115

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='fsf-api-access_python',
14-
version='2.3.3',
14+
version='2.3.4',
1515
description='A Python API Access Client for the First Street Foundation API',
1616
url='https://github.com/FirstStreet/fsf_api_access_python',
1717
project_urls={

0 commit comments

Comments
 (0)