Skip to content

Commit

Permalink
馃浉 feat(release): 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Jun 30, 2024
1 parent 317441f commit 79eb0da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tractor_beam/abducts/abduct.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ async def download(self, f: str=None):
self.state.data=filings
_f('success', f'{len(self.state.data)} downloaded')
return self.state

elif self.state.job.types: # not a watcher, but does have recursion
response = requests.get(self.state.job.url, stream=True, headers=headers)
response.raise_for_status()
Expand Down

0 comments on commit 79eb0da

Please sign in to comment.