From 7761ccf2d5930ad11a06a7ddd346d6afa9125739 Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Fri, 6 Oct 2023 00:22:54 +0300 Subject: [PATCH] schema-path-fix --- services/viewed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/viewed.py b/services/viewed.py index e9df0904..a1f352d4 100644 --- a/services/viewed.py +++ b/services/viewed.py @@ -39,7 +39,7 @@ load_pages = gql( } } """ ) -schema_str = open(path.dirname(__file__) + "../schemas/ackee.graphql").read() +schema_str = open("schemas/ackee.graphql").read() token = environ.get("ACKEE_TOKEN", "")