Remove logging, fix typo

This commit is contained in:
angelblue05 2016-10-22 21:44:06 -05:00
commit 0d906432c1
2 changed files with 3 additions and 3 deletions

View file

@ -17,12 +17,13 @@ log = logging.getLogger("EMBY."+__name__.split('.')[-1])
class Credentials(object):
_shared_state = {} # Borg
credentials = None
path = ""
def __init__(self):
pass
self.__dict__ = self._shared_state
def setPath(self, path):
# Path to save persistant data.txt