mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 12:16:57 +00:00
forgot to remove this line
This commit is contained in:
parent
212e44c3a5
commit
997617abe6
1 changed files with 4 additions and 1 deletions
|
@ -1321,6 +1321,10 @@ Maintenance:
|
|||
# ask the category
|
||||
while((IsCategoryValid(category) != True) or (category == 'Tor Hidden Service')):
|
||||
category = input("What is the website Category? (ex: Indexes) ")
|
||||
|
||||
desc='DEFAULT'
|
||||
while(IsDescriptionValid(desc) is not True):
|
||||
desc=input("Description for the website ? (cannot be empty) ")
|
||||
# ask the sensitivity
|
||||
choice=input("Is the website sensitive ? (ex: related to drugs) (y/n) ")
|
||||
if choice == "n":
|
||||
|
@ -1346,7 +1350,6 @@ Maintenance:
|
|||
while(IsNameValid(name) is not True):
|
||||
name = input("What is the name of the website? ")
|
||||
# ask the category
|
||||
print('CATEGORY = ', category)
|
||||
while((IsCategoryValid(category) != True) or (category == 'Tor Hidden Service')):
|
||||
category = input("What is the website Category? (ex: Indexes) ")
|
||||
choice=input("Is the website sensitive ? (ex: related to drugs) (y/n) ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue