From bd46c9820d68f63f6cf04c0384c419044df70ca1 Mon Sep 17 00:00:00 2001 From: CRIMINAL Date: Mon, 17 Aug 2020 01:35:37 +0100 Subject: [PATCH] Update onlyfans.py --- modules/onlyfans.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/onlyfans.py b/modules/onlyfans.py index 9fe76e6c3..42b9fc2cf 100644 --- a/modules/onlyfans.py +++ b/modules/onlyfans.py @@ -682,6 +682,8 @@ def create_session(custom_proxy="", test_ip=True): continue ip = r.text.strip() print("Session IP: "+ip) + if custom_proxy: + return session sessions.append(session) return sessions