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", "")