From 93f291d46c9d50c597b63b6d7cb2909ad0195cb6 Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Mon, 2 Aug 2021 21:40:46 +0700 Subject: [PATCH] testing solution --- action.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.py b/action.py index d2ac8f4..df0cd59 100644 --- a/action.py +++ b/action.py @@ -5,9 +5,9 @@ import crawler import maker_rpz import maker_domains -incoming = '/repros/$INPUT_DESTINATION_FOLDER/$INPUT_DESTINATION_VERSION/domains.txt' +incoming = '/repros/$INPUT_DESTINATION_FOLDER/'$INPUT_DESTINATION_VERSION'/domains.txt' excluded = '/repros/Resources/excluded.txt' -rpz_locat = '/repros/$INPUT_DESTINATION_FOLDER/$INPUT_DESTINATION_VERSION/rpz.txt' +rpz_locat = '/repros/'$INPUT_DESTINATION_FOLDER'/'$INPUT_DESTINATION_VERSION'/rpz.txt' crawler.download_filters("https://dbl.oisd.nl/" ,incoming) crawler.download_filters("https://hosts.netlify.app/Pro/rpz.txt" ,incoming)