Skip to content

Commit

Permalink
comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed Jul 29, 2024
1 parent 1d6abac commit cb48d27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions whoisit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ def http_request(session, url, method='GET', headers=None, data=None, *args, **k

async def http_request_async(client: httpx.AsyncClient, url, method='GET', headers=None, data=None, *args, **kwargs):
"""
Simple wrapper over requests. Allows for optionally downgrading SSL
ciphers if required.
Simple wrapper over httpx.
"""
headers = headers or {}
data = data or {}
Expand Down

0 comments on commit cb48d27

Please sign in to comment.