fixed bug in cle
This commit is contained in:
@@ -62,6 +62,7 @@ def search_for_metadata():
|
|||||||
exit()
|
exit()
|
||||||
case "h" | "help":
|
case "h" | "help":
|
||||||
help_search_metadata()
|
help_search_metadata()
|
||||||
|
continue
|
||||||
case inp if inp.isdigit():
|
case inp if inp.isdigit():
|
||||||
print()
|
print()
|
||||||
print(search.choose(int(input_)))
|
print(search.choose(int(input_)))
|
||||||
@@ -69,6 +70,7 @@ def search_for_metadata():
|
|||||||
case ".." :
|
case ".." :
|
||||||
print()
|
print()
|
||||||
print(search.get_previous_options())
|
print(search.get_previous_options())
|
||||||
|
continue
|
||||||
|
|
||||||
print()
|
print()
|
||||||
print(search.search_from_query(input_))
|
print(search.search_from_query(input_))
|
||||||
|
|||||||
Reference in New Issue
Block a user