From a7c3925e53f211fc032dde169220b01b1e55d89a Mon Sep 17 00:00:00 2001 From: DevilXD Date: Sun, 18 Jun 2023 10:05:09 +0200 Subject: [PATCH] Remove the drops_enabled tag from stream search operation --- twitch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/twitch.py b/twitch.py index 36abc5a..97365b3 100644 --- a/twitch.py +++ b/twitch.py @@ -66,7 +66,6 @@ from constants import ( GQL_OPERATIONS, MAX_CHANNELS, WATCH_INTERVAL, - DROPS_ENABLED_TAG, State, ClientType, WebsocketTopic, @@ -1693,7 +1692,7 @@ class Twitch: "name": game.name, "options": { "includeRestricted": ["SUB_ONLY_LIVE"], - "tags": [DROPS_ENABLED_TAG], + # "tags": [DROPS_ENABLED_TAG], }, }) )