From da03c5b53bb8687ab0f03836f5ebf8cb580a7a74 Mon Sep 17 00:00:00 2001 From: CRIMINAL Date: Wed, 2 Dec 2020 18:59:21 +0000 Subject: [PATCH] Update onlyfans.py --- modules/onlyfans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/onlyfans.py b/modules/onlyfans.py index eaa2a4c36..718f32273 100644 --- a/modules/onlyfans.py +++ b/modules/onlyfans.py @@ -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