From ce200717eceb67b93d68f7cde9694ea3526df695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 31 Mar 2020 16:57:16 +0200 Subject: [PATCH] chg: Update call to Lookyloo in async scrape --- bin/async_scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/async_scrape.py b/bin/async_scrape.py index 616d45f..52530e5 100755 --- a/bin/async_scrape.py +++ b/bin/async_scrape.py @@ -21,7 +21,7 @@ class AsyncScraper(AbstractManager): super().__init__(loglevel) if not storage_directory: self.storage_directory = get_homedir() / 'scraped' - self.lookyloo = Lookyloo(loglevel=loglevel, only_global_lookups=only_global_lookups) + self.lookyloo = Lookyloo() def _to_run_forever(self): set_running('async_scrape')