Commit aca189d0 authored by TheTechRobo's avatar TheTechRobo
Browse files

output info on login failure

parent 90299174
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -579,6 +579,7 @@ class removededm(Service):
            async with session.post(cls.endpoint, data = login_request_params) as response:
                j = await response.json()
                if j['login']['result'] != "Success":
                    print("Login failure for removededm", j, flush = True)
                    raise RuntimeError("Login failure")

class Filmot(Service):