From 59de7a77f1ecf048ec44269ce56edbb04f99f5ab Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:10:10 +0200 Subject: [PATCH] Update DirectoryPage GQL hash (#523) --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 35a4531..0326a9e 100644 --- a/constants.py +++ b/constants.py @@ -340,7 +340,7 @@ GQL_OPERATIONS: dict[str, GQLOperation] = { # returns live channels for a particular game "GameDirectory": GQLOperation( "DirectoryPage_Game", - "5459858b3193374510478d5c0fbb8c9bcd77ee5c82eaf45990e2df4f598bfa4f", + "c7c9d5aad09155c4161d2382092dc44610367f3536aac39019ec2582ae5065f9", variables={ "limit": 30, # limit of channels returned "slug": ..., # game slug