switch instancepath to rootpath

This commit is contained in:
cynthia 2025-04-05 15:32:01 +00:00
parent 63d89b9b8b
commit e7abd25857

View file

@ -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)