From 79eb0da06bcb90f1877d6dba7cbd6b36c2d63c53 Mon Sep 17 00:00:00 2001 From: DylanAlloy Date: Sun, 30 Jun 2024 15:48:55 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=B8=20feat(release):=200.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tractor_beam/abducts/abduct.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tractor_beam/abducts/abduct.py b/tractor_beam/abducts/abduct.py index 44919a8..41472e7 100644 --- a/tractor_beam/abducts/abduct.py +++ b/tractor_beam/abducts/abduct.py @@ -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()