From 410c840aa452b6ca5366acf284ccf41145f48954 Mon Sep 17 00:00:00 2001 From: derrod Date: Fri, 24 Jun 2022 12:59:12 +0200 Subject: [PATCH] [core] Remove auth() (never going to be implemented) --- legendary/core.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/legendary/core.py b/legendary/core.py index 3a505f8..6520636 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -94,16 +94,6 @@ class LegendaryCore: self.overlay_update_available = False self.logged_in = False - def auth(self, username, password): - """ - Attempts direct non-web login, raises CaptchaError if manual login is required - - :param username: - :param password: - :return: - """ - raise NotImplementedError - def auth_sid(self, sid) -> str: """ Handles getting an exchange code from a session id