Removed added submission to .gitignore

This commit is contained in:
SovereigntyIsNotFreedom 2025-04-13 19:13:22 +01:00
parent 5d9b3bf896
commit b79555c386
2 changed files with 0 additions and 14 deletions

View file

@ -1199,11 +1199,6 @@ 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: "))
@ -1220,11 +1215,8 @@ 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']})

View file

@ -1,8 +1,2 @@
<<<<<<< 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.