diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-19 16:51:06 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-19 16:51:06 +0200 |
commit | 17cc9ea06cdddd80ad8c695ced7f5da6dfc26a87 (patch) | |
tree | 0d281814c930b1499957b7d02ac2b9f528e4e2b6 /quora/api.py | |
parent | https://chatbot.sex is opensource (diff) | |
download | gpt4free-17cc9ea06cdddd80ad8c695ced7f5da6dfc26a87.tar gpt4free-17cc9ea06cdddd80ad8c695ced7f5da6dfc26a87.tar.gz gpt4free-17cc9ea06cdddd80ad8c695ced7f5da6dfc26a87.tar.bz2 gpt4free-17cc9ea06cdddd80ad8c695ced7f5da6dfc26a87.tar.lz gpt4free-17cc9ea06cdddd80ad8c695ced7f5da6dfc26a87.tar.xz gpt4free-17cc9ea06cdddd80ad8c695ced7f5da6dfc26a87.tar.zst gpt4free-17cc9ea06cdddd80ad8c695ced7f5da6dfc26a87.zip |
Diffstat (limited to 'quora/api.py')
-rw-r--r-- | quora/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quora/api.py b/quora/api.py index c3e20fa4..6ba65cc9 100644 --- a/quora/api.py +++ b/quora/api.py @@ -37,7 +37,7 @@ from urllib.parse import urlparse parent_path = Path(__file__).resolve().parent -queries_path = parent_path / "poe_graphql" +queries_path = parent_path / "graphql" queries = {} logging.basicConfig() |