diff --git a/constants.py b/constants.py index 0035a82b..d8e714e5 100644 --- a/constants.py +++ b/constants.py @@ -331,7 +331,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation: variables={ "limit": ..., # limit of channels returned "slug": ..., # game slug - "includeIsDJ": True, + "includeIsDJ": False, "imageWidth": 50, "options": { "broadcasterLanguages": [],