mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Patch osxnotify for Python 3 compatibility
* Fixes Tautulli/Tautulli-Issues#276
This commit is contained in:
parent
aa80fdf738
commit
b3ffbbf3ea
1 changed files with 1 additions and 1 deletions
|
@ -129,5 +129,5 @@ if __name__ == '__main__':
|
|||
|
||||
return app_path, 'App registered'
|
||||
|
||||
except Exception, e:
|
||||
except Exception as e:
|
||||
return None, 'Error creating App %s. %s' % (app_path, e)
|
Loading…
Add table
Add a link
Reference in a new issue