not banned, but broader unknown auth error

Этот коммит содержится в:
Niels Ørbæk Chemnitz 2023-12-21 23:08:30 +01:00
родитель 24bd19cb01
Коммит b514e181a1

Просмотреть файл

@ -174,7 +174,6 @@ class QueueClient:
return # ignore this error return # ignore this error
if rep.status_code == 200 and "Authorization" in msg: if rep.status_code == 200 and "Authorization" in msg:
await self._close_ctx(-1, banned=True, msg=msg)
raise UnknownAuthorizationError(msg) raise UnknownAuthorizationError(msg)
# todo: (32) Could not authenticate you # todo: (32) Could not authenticate you