Fix for Addic7ed.

pull/684/head
Louis Vézina 5 years ago
parent 47f7944d64
commit 684c8009bc

@ -145,7 +145,7 @@ class Addic7edProvider(_Addic7edProvider):
if "relax, slow down" in r.text: if "relax, slow down" in r.text:
raise TooManyRequests(self.username) raise TooManyRequests(self.username)
if "Wrong password" in r.content or "doesn't exist" in r.content: if "Wrong password" in r.text or "doesn't exist" in r.text:
raise AuthenticationError(self.username) raise AuthenticationError(self.username)
if r.status_code != 302: if r.status_code != 302:

Loading…
Cancel
Save