mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00: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