From e7abd258574855c3f31f1cab17f6a861ab71fb98 Mon Sep 17 00:00:00 2001 From: cynthia Date: Sat, 5 Apr 2025 15:32:01 +0000 Subject: [PATCH] switch instancepath to rootpath --- scripts/crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/crawler.py b/scripts/crawler.py index 07858de..5ac1452 100644 --- a/scripts/crawler.py +++ b/scripts/crawler.py @@ -21,7 +21,7 @@ if os.path.isfile(urlpath): instancepath=rootpath+'www/participants/'+instance verifiedcsvfile=instancepath+'/verified.csv' blcsvfile=instancepath+'/blacklist.csv' -crawlerdir=instancepath+'/crawler' +crawlerdir=rootpath+'/crawler' if not os.path.exists(crawlerdir): os.makedirs(crawlerdir)