Skip to content

Commit 12007c9

Browse files
committed
No, but actually.
1 parent fa23a27 commit 12007c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

twitch/helix/helix.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,9 @@ def __init__(self,
3838
f"&client_secret={client_secret}"
3939
"&grant_type=client_credentials").json()['access_token']
4040

41-
<<<<<<< HEAD
4241
if bearer_token.lower().startswith('bearer'):
4342
bearer_token = bearer_token[6:0]
4443

45-
=======
46-
if bearer_token.lower().starts_with('bearer'):
47-
bearer_token = bearer_token[6:0]
48-
49-
>>>>>>> 4f0d3bd452d91d6c88b39cb1520566b0e0503344
5044
self.api = API(Helix.BASE_URL,
5145
client_id=client_id,
5246
client_secret=client_secret,

0 commit comments

Comments
 (0)