Skip to content

Commit

Permalink
Update onlyfans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimaHoarder committed Apr 20, 2021
1 parent a3db0c6 commit 4832fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/onlyfans/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4832fd3

Please sign in to comment.