fixed bug in cle
This commit is contained in:
parent
92b48a8f13
commit
7c7f05f873
@ -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_))
|
||||||
|
Loading…
Reference in New Issue
Block a user