Fix AppleDevice.play_sound() : AttributeError on 'with_family' (#240)

This commit is contained in:
Bob Carroll 2020-03-17 08:19:33 -07:00 committed by GitHub
parent 627fd3dc6f
commit 1eb8ca26da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ class AppleDevice(object):
'device': self.content['id'], 'device': self.content['id'],
'subject': subject, 'subject': subject,
'clientContext': { 'clientContext': {
'fmly': self.with_family 'fmly': True
} }
}) })
self.session.post( self.session.post(