From d140d000c95033c7df83efb4ed36f6bd5e5e8641 Mon Sep 17 00:00:00 2001 From: ibnaleem Date: Wed, 3 Jan 2024 19:53:20 +0000 Subject: [PATCH] Update main.py --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index b7b8e88..1958a93 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -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: