Skip to content

Commit

Permalink
fix: censures
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Aug 9, 2023
1 parent db7b4ef commit 8ac2db4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pythonseer/censure.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,4 @@ def get_given(
else:
domain_csv = ','.join(domain_set)
endpoint = f"/censures_given/{domain_csv}{format.get_query('?')}"
if csv:
endpoint += "?csv=true"
elif domains:
endpoint += "?domains=true"
return self._requestor.api(Request.GET, endpoint)

0 comments on commit 8ac2db4

Please sign in to comment.