From 8b209e44d5b817668b9a2f85394faf814a418aef Mon Sep 17 00:00:00 2001 From: danieleperera Date: Mon, 27 Jul 2020 17:20:16 +0000 Subject: [PATCH] uncommented sources --- onioningestor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onioningestor/__init__.py b/onioningestor/__init__.py index 4e262ea..24d91de 100644 --- a/onioningestor/__init__.py +++ b/onioningestor/__init__.py @@ -110,7 +110,7 @@ class Ingestor: def run_once(self): """Run each source once, passing artifacts to each operator.""" # Start collecting sources - # self.collect_sources() + self.collect_sources() # Sources will fill various queues # MonitorQueue has priority high # OnionQueue are those found in clearnet medium