mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-07 12:54:35 +00:00
Remove the drops_enabled tag from stream search operation
This commit is contained in:
@@ -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],
|
||||
},
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user