mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
Removed added submission to .gitignore
This commit is contained in:
parent
5d9b3bf896
commit
b79555c386
2 changed files with 0 additions and 14 deletions
|
@ -1199,11 +1199,6 @@ Maintenance:
|
||||||
break
|
break
|
||||||
|
|
||||||
case 11:
|
case 11:
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
category = "ExternalUser"
|
|
||||||
sensitive = "YES"
|
|
||||||
>>>>>>> 4e79b26ebf206e4c31d91a764ede8e3722c8c4aa
|
|
||||||
try:
|
try:
|
||||||
print_colors("1) Move entries to verified 2) Move entries from submission to unverified 3) Delete from submission file 0) exit")
|
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: "))
|
option = int(input("Enter an option: "))
|
||||||
|
@ -1220,11 +1215,8 @@ Maintenance:
|
||||||
link = submission_df.iloc[indx]['link'].strip()
|
link = submission_df.iloc[indx]['link'].strip()
|
||||||
name = submission_df.iloc[indx]['name'].strip()
|
name = submission_df.iloc[indx]['name'].strip()
|
||||||
desc = submission_df.iloc[indx]['desc'].strip()
|
desc = submission_df.iloc[indx]['desc'].strip()
|
||||||
<<<<<<< HEAD
|
|
||||||
category = submission_df.iloc[indx]['category'].strip()
|
category = submission_df.iloc[indx]['category'].strip()
|
||||||
sensitive = "YES" if submission_df.iloc[indx]['sensitive'].strip() == 'y' else "NO"
|
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']})
|
new_row = pd.DataFrame({'Instance': [instance], 'Category': [category], 'Name':[name],'URL':[link],'Sensitive':[sensitive],'Description':[desc],'Status':['YES'],'Score':['100']})
|
||||||
|
|
|
@ -1,8 +1,2 @@
|
||||||
<<<<<<< HEAD
|
|
||||||
link,name,desc,category,sensitive
|
link,name,desc,category,sensitive
|
||||||
,,
|
|
||||||
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,"Nihilist Git repo","GIt repo","Git Repo",n
|
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