This commit is contained in:
Tony Rewin 2023-10-06 02:03:36 +03:00
parent b2e196d261
commit 12416c1b83

View File

@ -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", "") token = environ.get("ACKEE_TOKEN", "")