File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ def live_request(channel):
5454 q .add_param (keys .ALLOW_SOURCE , Boolean .TRUE )
5555 q .add_param (keys .ALLOW_SPECTRE , Boolean .TRUE )
5656 q .add_param (keys .ALLOW_AUDIO_ONLY , Boolean .TRUE )
57+ q .add_param (keys .FAST_BREAD , Boolean .TRUE )
5758 url = '?' .join ([q .url , urlencode (q .params )])
5859 request_dict = {'url' : url , 'headers' : q .headers }
5960 log .debug ('live_request: |{0}|' .format (str (request_dict )))
@@ -69,6 +70,7 @@ def _live(channel, token):
6970 q .add_param (keys .ALLOW_SOURCE , Boolean .TRUE )
7071 q .add_param (keys .ALLOW_SPECTRE , Boolean .TRUE )
7172 q .add_param (keys .ALLOW_AUDIO_ONLY , Boolean .TRUE )
73+ q .add_param (keys .FAST_BREAD , Boolean .TRUE )
7274 return q
7375
7476
Original file line number Diff line number Diff line change 3838EMOTE_ID = 'emote_id'
3939EMOTESETS = 'emotesets'
4040ERROR = 'error'
41+ FAST_BREAD = 'fast_bread'
4142FEATURED = 'featured'
4243FIRST = 'first'
4344FOLLOWS = 'follows'
You can’t perform that action at this time.
0 commit comments