We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02e209 commit 55ab664Copy full SHA for 55ab664
1 file changed
resources/lib/twitch/queries.py
@@ -87,6 +87,7 @@ def __init__(self, path, headers={}):
87
88
class HiddenApiQuery(JsonQuery):
89
def __init__(self, path, headers={}):
90
+ headers.setdefault('Client-Id', CLIENT_ID)
91
super(HiddenApiQuery, self).__init__(_hidden_baseurl, headers)
92
self.add_path(path)
93
0 commit comments