mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-08-24 10:51:42 +02:00
Compare commits
No commits in common. "222547187e4cfe1aa1d0915d176456e02e5338f9" and "1930dfab77c9cc5f378e248e09e3443f7f6b3bb1" have entirely different histories.
222547187e
...
1930dfab77
@ -675,12 +675,10 @@ class DiscordClient:
|
||||
)
|
||||
logger.debug('%s: response:\n%s', uid, r.text)
|
||||
if not r.ok:
|
||||
member_id = url.split("/")[-1]
|
||||
logger.error(
|
||||
'%s: Discord API returned error code %d for member ID %s with this response: %s.',
|
||||
'%s: Discord API returned error code %d and this response: %s',
|
||||
uid,
|
||||
r.status_code,
|
||||
member_id,
|
||||
r.text
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user