ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

Optimize API calls function #485

Closed ukdtom closed 6 years ago

ukdtom commented 6 years ago

Currently, we use a try clause We need to switch to if-elseif due to PEP8, since else, lines will be too long