Skip to content

Commit

Permalink
Fixed infinite auth loop
Browse files Browse the repository at this point in the history
lol
  • Loading branch information
UltimaHoarder committed May 29, 2021
1 parent 90a5725 commit afe0269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/onlyfans/classes/create_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def login(self, full=False, max_attempts=10, guest=False):
string = f"Auth {auth_version} Attempt {count}/{max_attempts}"
print(string)
self.get_authed()
count += 1

def resolve_auth(auth: create_auth):
if self.errors:
Expand Down

0 comments on commit afe0269

Please sign in to comment.