Tautulli / Tautulli-Issues

Bug reports for Tautulli
18 stars 3 forks source link

lib/osxnotify/registerapp.py not python3 compatible #276

Closed mvanbaak closed 4 years ago

mvanbaak commented 4 years ago

Describe the Bug The included dependency lib/osxnotify/registerapp.py is using python 3 incompatible code.

Steps to Reproduce python3.7 -m compileall lib/osxnotify/registerapp.py

Expected Behavior The above command should create a compiled version of the file in lib/pycache/

Screenshots

Compiling 'lib/osxnotify/registerapp.py'...
***   File "lib/osxnotify/registerapp.py", line 132
    except Exception, e:
                    ^
SyntaxError: invalid syntax

Tautulli and System Info (see Tautulli settings page)