Skip to content

Commit

Permalink
Oauth endpoint changed to https (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
quarckster authored Sep 9, 2021
1 parent e4a96fb commit 97ae231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/lib/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def iscanceled(self):
class Auth(object):
CLIENT_ID = "xbmc"
CLIENT_SECRET = "cgg3gtifu46urtfp2zp1nqtba0k2ezxh"
OAUTH_API_URL = "http://api.service-kp.com/oauth2/device"
OAUTH_API_URL = "https://api.service-kp.com/oauth2/device"

def __init__(self, plugin):
self._auth_dialog = AuthDialog(plugin)
Expand Down

0 comments on commit 97ae231

Please sign in to comment.