diff --git a/byob/core/payloads.py b/byob/core/payloads.py index 7e7e5ff2..92bbc6e5 100644 --- a/byob/core/payloads.py +++ b/byob/core/payloads.py @@ -501,7 +501,7 @@ def icloud(self): """ if 'icloud' not in globals(): - globals()['icloud'] = self.load('icloud') + self.load('icloud') return globals()['icloud'].run() @config(platforms=['win32','linux2','darwin'], command=True, usage='sms [args]')