Fix flake8

This commit is contained in:
JonnyWong16 2021-01-02 18:14:35 -08:00
parent 8598236994
commit 5fa3e90e80
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -107,8 +107,8 @@ class PlexServer(PlexObject):
self._library = None # cached library
self._settings = None # cached settings
self._myPlexAccount = None # cached myPlexAccount
self._systemAccounts = None # cached list of SystemAccount
self._systemDevices = None # cached list of SystemDevice
self._systemAccounts = None # cached list of SystemAccount
self._systemDevices = None # cached list of SystemDevice
data = self.query(self.key, timeout=timeout)
super(PlexServer, self).__init__(self, data, self.key)