mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 12:16:57 +00:00
Suggested fixes are applied
This commit is contained in:
commit
5d9b3bf896
3 changed files with 14 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ crawler/**
|
|||
scripts/__pycache__/**
|
||||
.env
|
||||
env/
|
||||
submissions
|
||||
|
|
|
@ -1199,6 +1199,11 @@ Maintenance:
|
|||
break
|
||||
|
||||
case 11:
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
category = "ExternalUser"
|
||||
sensitive = "YES"
|
||||
>>>>>>> 4e79b26ebf206e4c31d91a764ede8e3722c8c4aa
|
||||
try:
|
||||
print_colors("1) Move entries to verified 2) Move entries from submission to unverified 3) Delete from submission file 0) exit")
|
||||
option = int(input("Enter an option: "))
|
||||
|
@ -1215,8 +1220,11 @@ Maintenance:
|
|||
link = submission_df.iloc[indx]['link'].strip()
|
||||
name = submission_df.iloc[indx]['name'].strip()
|
||||
desc = submission_df.iloc[indx]['desc'].strip()
|
||||
<<<<<<< HEAD
|
||||
category = submission_df.iloc[indx]['category'].strip()
|
||||
sensitive = "YES" if submission_df.iloc[indx]['sensitive'].strip() == 'y' else "NO"
|
||||
=======
|
||||
>>>>>>> 4e79b26ebf206e4c31d91a764ede8e3722c8c4aa
|
||||
|
||||
|
||||
new_row = pd.DataFrame({'Instance': [instance], 'Category': [category], 'Name':[name],'URL':[link],'Sensitive':[sensitive],'Description':[desc],'Status':['YES'],'Score':['100']})
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<<<<<<< HEAD
|
||||
link,name,desc,category,sensitive
|
||||
,,
|
||||
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,"Nihilist Git repo","GIt repo","Git Repo",n
|
||||
=======
|
||||
link,name,desc
|
||||
f45bzecjvj6aviwkczxpr3vukapibx275hlqetrl6fo6youlsbbz2myd.onion,MyInstance,"Lantern Instance"
|
||||
>>>>>>> 4e79b26ebf206e4c31d91a764ede8e3722c8c4aa
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 2.
|
Loading…
Add table
Add a link
Reference in a new issue