mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-06-06 18:30:59 +00:00
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…
x
Reference in New Issue
Block a user