Skip to content

Commit

Permalink
Update onlyfans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimaHoarder committed Dec 2, 2020
1 parent 42feb49 commit da03c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ def manage_subscriptions(api: start, auth_count=0, identifier="",refresh:bool=Fa
if new_results:
item = new_results[0]
list_users = item["users"]
if item["usersCount"] > 2:
if int(item["usersCount"]) > 2:
list_id = str(item["id"])
list_users = api.get_lists_users(list_id)
users = list_users
Expand Down

0 comments on commit da03c5b

Please sign in to comment.