Update main.py

This commit is contained in:
ibnaleem 2024-01-03 19:53:20 +00:00 committed by GitHub
parent 1c0c665c13
commit d140d000c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class PromptFinder:
if __name__ == "__main__":
prompt_finder = PromptFinder("./prompts.csv")
prompt_finder = PromptFinder("../prompts.csv")
if not sys.stdin.isatty():
act_to_search = sys.stdin.readline().rstrip()
else: