From eec579c5d45bdf7abbf1359ad514d59340933f32 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 25 May 2020 08:54:19 +0200 Subject: [PATCH] fix: [crawlers lib] missing config file --- bin/lib/crawlers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/lib/crawlers.py b/bin/lib/crawlers.py index 8239fca7..46a0a0cd 100755 --- a/bin/lib/crawlers.py +++ b/bin/lib/crawlers.py @@ -38,8 +38,8 @@ config_loader = None # load crawler config config_loader = ConfigLoader.ConfigLoader(config_file='crawlers.cfg') -splash_manager_url = config_loader.get_config_str('Splash_Manager', 'splash_url') -splash_api_key = config_loader.get_config_str('Splash_Manager', 'api_key') +#splash_manager_url = config_loader.get_config_str('Splash_Manager', 'splash_url') +#splash_api_key = config_loader.get_config_str('Splash_Manager', 'api_key') config_loader = None faup = Faup()