fixed BAD typo
This commit is contained in:
parent
b46793eece
commit
ee042c9805
@ -71,7 +71,7 @@ def search_for_metadata():
|
|||||||
search = metadata_search.Search()
|
search = metadata_search.Search()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
_input = input("\"help\" for an overfiew of commands: ")
|
_input = input("\"help\" for an overview of commands: ")
|
||||||
if execute_input(_input=_input, search=search):
|
if execute_input(_input=_input, search=search):
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user