We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would this be updated to work with python3 ?
The text was updated successfully, but these errors were encountered:
EDIT : just found your python3 branch, but got this error while trying to use it :
root@scripts:/scripts/crotte# python3 plex2trakt.py plex Traceback (most recent call last): File "plex2trakt.py", line 9, in <module> from trakt import Trakt File "/scripts/crotte/trakt.py", line 40 print 'Go to %(verification_url)s and enter %(user_code)s' % r.json() ^ SyntaxError: invalid syntax
Sorry, something went wrong.
No branches or pull requests
Would this be updated to work with python3 ?
The text was updated successfully, but these errors were encountered: