updated readme + rootpath

This commit is contained in:
nihilist 2025-01-20 13:28:24 +01:00
parent 3af5f85e3d
commit 7e765c9c02
3 changed files with 36 additions and 6 deletions

View file

@ -11,7 +11,7 @@ def main():
print('[+] ONION UPTIME CHECKER')
# TODO get the instance name and exit if its not there
rootpath='/srv/darknet-onion-webring/'
rootpath='/srv/darknet-lantern/'
urlpath=pwd.getpwuid(os.getuid()).pw_dir+"/.darknet_participant_url"
#print(urlpath)
@ -45,7 +45,7 @@ def main():
csvfiles2check=['verified.csv','unverified.csv','webring-participants.csv']
csvfiles2sortcat=['verified.csv','unverified.csv']
#for csvfile in glob.glob("/srv/darknet-onion-webring/www/links/*.csv"):
#for csvfile in glob.glob("/srv/darknet-lantern/www/links/*.csv"):
for csvfilename in csvfiles2check:
csvfile = instancepath+csvfilename
print('[+] Reading the CSV File:', csvfile)