mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[core] Remove auth() (never going to be implemented)
This commit is contained in:
parent
9e145278d5
commit
410c840aa4
|
@ -94,16 +94,6 @@ class LegendaryCore:
|
||||||
self.overlay_update_available = False
|
self.overlay_update_available = False
|
||||||
self.logged_in = 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:
|
def auth_sid(self, sid) -> str:
|
||||||
"""
|
"""
|
||||||
Handles getting an exchange code from a session id
|
Handles getting an exchange code from a session id
|
||||||
|
|
Loading…
Reference in a new issue