From b0cf772a83ebe9adaa232a683036ea8b8cd288a7 Mon Sep 17 00:00:00 2001 From: CRIMINAL Date: Fri, 23 Apr 2021 15:16:14 +0100 Subject: [PATCH] Added missing return for auth Forgot we needed that. --- apis/onlyfans/onlyfans.py | 1 + 1 file changed, 1 insertion(+) 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: