Skip to content

Commit

Permalink
Added missing return for auth
Browse files Browse the repository at this point in the history
Forgot we needed that.
  • Loading branch information
UltimaHoarder committed Apr 23, 2021
1 parent 3dd1b0b commit b0cf772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/onlyfans/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ def resolve_auth(auth: create_auth):
else:
print(f"Welcome {self.auth.name} | {self.auth.username}")
break
return self.auth

def get_authed(self) -> Union[create_auth]:
if not self.auth.active:
Expand Down

0 comments on commit b0cf772

Please sign in to comment.