Private GIT

Skip to content
Snippets Groups Projects
Commit 4311ff46 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Forgot myself

parent 15a76f27
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ class TraktAPI(): ...@@ -81,7 +81,7 @@ class TraktAPI():
headers['Authorization'] = 'Bearer ' + sickbeard.TRAKT_ACCESS_TOKEN headers['Authorization'] = 'Bearer ' + sickbeard.TRAKT_ACCESS_TOKEN
try: try:
resp = session.request(method, url + path, headers=headers, timeout=self.timeout, resp = self.session.request(method, url + path, headers=headers, timeout=self.timeout,
data=json.dumps(data) if data else [], verify=self.verify) data=json.dumps(data) if data else [], verify=self.verify)
# check for http errors and raise if any are present # check for http errors and raise if any are present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment