diff options
Diffstat (limited to 'gsxws/products.py')
-rw-r--r-- | gsxws/products.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/products.py b/gsxws/products.py index a656f98..10ecc80 100644 --- a/gsxws/products.py +++ b/gsxws/products.py @@ -188,7 +188,7 @@ class Product(object): """ Returns True if FMiP status is active, False otherwise """ - return 'Find My iPhone is active' in self.fmip_status + return 'find my iphone is active' in self.fmip_status.lower() def is_unlocked(self, ad=None): """ |