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