From 459ce9220ab8659d545e32f4ef1532da50789ca7 Mon Sep 17 00:00:00 2001 From: Dennis Pham Date: Sun, 28 Mar 2021 11:52:41 -0400 Subject: Added a newline to space out some code. Co-authored-by: Joe Banks <20439493+jb3@users.noreply.github.com> --- bot/utils/services.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/utils/services.py b/bot/utils/services.py index 68cbd896e..db9c93d0f 100644 --- a/bot/utils/services.py +++ b/bot/utils/services.py @@ -52,6 +52,7 @@ async def send_to_paste_service(contents: str, *, extension: str = "") -> Option if extension == '.py': return paste_link + return paste_link + "?noredirect" log.warning( -- cgit v1.2.3