From 17cc9ea06cdddd80ad8c695ced7f5da6dfc26a87 Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Wed, 19 Apr 2023 15:51:06 +0100 Subject: poe.com graphql dir update --- quora/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quora/api.py') 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() -- cgit v1.2.3