Skip to content

Commit

Permalink
Update onlyfans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretShell committed Aug 17, 2020
1 parent bbaa87f commit bd46c98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd46c98

Please sign in to comment.