Private GIT

Skip to content
Snippets Groups Projects
Commit 4fbbd457 authored by miigotu's avatar miigotu
Browse files

Merge pull request #53 from labrys/pep-plex

Convert to new style class with explicit object subclassing
parents 43967104 4cdd8fea
No related branches found
No related tags found
No related merge requests found
# coding=utf-8
# Author: Nic Wolfe <nic@wolfeden.ca>
# URL: http://code.google.com/p/sickbeard/
#
......@@ -33,7 +35,7 @@ except ImportError:
import xml.etree.ElementTree as etree
class PLEXNotifier:
class PLEXNotifier(object):
def _send_to_plex(self, command, host, username=None, password=None):
"""Handles communication to Plex hosts via HTTP API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment