From 1eb8ca26daf9eac2874bce0cf2d372db2ebc2484 Mon Sep 17 00:00:00 2001 From: Bob Carroll <775576+rcarz@users.noreply.github.com> Date: Tue, 17 Mar 2020 08:19:33 -0700 Subject: [PATCH] Fix AppleDevice.play_sound() : AttributeError on 'with_family' (#240) --- pyicloud/services/findmyiphone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyicloud/services/findmyiphone.py b/pyicloud/services/findmyiphone.py index dc7c0ba..6187f1c 100644 --- a/pyicloud/services/findmyiphone.py +++ b/pyicloud/services/findmyiphone.py @@ -135,7 +135,7 @@ class AppleDevice(object): 'device': self.content['id'], 'subject': subject, 'clientContext': { - 'fmly': self.with_family + 'fmly': True } }) self.session.post(