diff --git a/apis/onlyfans/onlyfans.py b/apis/onlyfans/onlyfans.py index 4750490ae..ee2ad513d 100644 --- a/apis/onlyfans/onlyfans.py +++ b/apis/onlyfans/onlyfans.py @@ -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: