mirror of
https://git.oxeozero.it.com/oxeo0/darknet-lantern.git
synced 2025-08-08 03:52:14 -04:00
switch instancepath to rootpath
This commit is contained in:
parent
63d89b9b8b
commit
e7abd25857
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue