diff --git a/apis/onlyfans/onlyfans.py b/apis/onlyfans/onlyfans.py index 70cb4b83e..bcfaf0d4e 100644 --- a/apis/onlyfans/onlyfans.py +++ b/apis/onlyfans/onlyfans.py @@ -651,7 +651,7 @@ def get_user(self, identifier): def get_subscriptions(self, resume=None, refresh=True, identifiers: list = [], extra_info=True, limit=20, offset=0) -> list[Union[create_subscription, None]]: authed = self.auth - if not authed: + if not authed.active: return [] if not refresh: subscriptions = authed.subscriptions