aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/cogs/utils.py b/bot/cogs/utils.py
index 12f7204fc..fac2af721 100644
--- a/bot/cogs/utils.py
+++ b/bot/cogs/utils.py
@@ -281,8 +281,7 @@ class Utils(Cog):
return pep_embed
else:
log.trace(
- f"The user requested PEP {pep_nr}, but the response had an unexpected status code: "
- f"{response.status}.\n{response.text}"
+ f"The user requested PEP {pep_nr}, but the response had an unexpected status code: {response.status}."
)
error_message = "Unexpected HTTP error during PEP search. Please let us know."