From 718a1fb4bc64d5127c72825de83bc8b54db56f49 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Fri, 25 Dec 2020 17:50:52 +0200 Subject: [PATCH] fix error identation --- files/methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/methods.py b/files/methods.py index 44bb154..6d9220f 100644 --- a/files/methods.py +++ b/files/methods.py @@ -210,7 +210,7 @@ URL: %s item["title"], item["msg"], settings.DEFAULT_FROM_EMAIL, item["to"] ) email.send(fail_silently=True) - return True + return True def show_recommended_media(request, limit=100):