mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
flake fix
This commit is contained in:
parent
6dbb4542da
commit
bb9a1b2573
1 changed files with 1 additions and 0 deletions
|
@ -1357,6 +1357,7 @@ class AccountOptOut(PlexObject):
|
|||
"""
|
||||
|
||||
CHOICES = ['opt_in', 'opt_out', 'opt_out_managed']
|
||||
|
||||
def _loadData(self, data):
|
||||
self.key = data.attrib.get('key')
|
||||
self.value = data.attrib.get('value')
|
||||
|
|
Loading…
Reference in a new issue