mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
Suggested fixes are applied
This commit is contained in:
commit
5d9b3bf896
3 changed files with 14 additions and 0 deletions
|
@ -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']})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue