Update main.py
This commit is contained in:
parent
1c0c665c13
commit
d140d000c9
|
@ -14,7 +14,7 @@ class PromptFinder:
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
prompt_finder = PromptFinder("./prompts.csv")
|
prompt_finder = PromptFinder("../prompts.csv")
|
||||||
if not sys.stdin.isatty():
|
if not sys.stdin.isatty():
|
||||||
act_to_search = sys.stdin.readline().rstrip()
|
act_to_search = sys.stdin.readline().rstrip()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue