We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa23a27 commit 12007c9Copy full SHA for 12007c9
twitch/helix/helix.py
@@ -38,15 +38,9 @@ def __init__(self,
38
f"&client_secret={client_secret}"
39
"&grant_type=client_credentials").json()['access_token']
40
41
-<<<<<<< HEAD
42
if bearer_token.lower().startswith('bearer'):
43
bearer_token = bearer_token[6:0]
44
45
-=======
46
- if bearer_token.lower().starts_with('bearer'):
47
- bearer_token = bearer_token[6:0]
48
-
49
->>>>>>> 4f0d3bd452d91d6c88b39cb1520566b0e0503344
50
self.api = API(Helix.BASE_URL,
51
client_id=client_id,
52
client_secret=client_secret,
0 commit comments