Private GIT

Skip to content
Snippets Groups Projects
Commit 8d7c4832 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Merge pull request #259 from daften/trakt_notifier_integration

Bugfix for Linux where c speedups for simplejson don't work
parents 68c5fae7 d5a71e96
Branches
Tags
No related merge requests found
......@@ -78,6 +78,8 @@ class TraktNotifier:
def _notifyTrakt(self, method, api, username, password, data = {}):
logger.log("trakt_notifier: Call method " + method, logger.DEBUG)
json._toggle_speedups(False)
if not api:
api = self._api()
if not username:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment