From c3e86d6c9a65ce7a0cf0b239b35a7adff6bb48da Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Thu, 17 Sep 2020 20:10:50 +0200 Subject: [PATCH] fix: Remove self --- janine/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janine/utils.py b/janine/utils.py index befc311..9306dc4 100644 --- a/janine/utils.py +++ b/janine/utils.py @@ -42,7 +42,7 @@ def format_time(time_str): return f'{date.day}.{date.month}.{date.year} {date.hour}:{date.minute}' -def format_warning(self, warning): +def format_warning(warning): ''' Send a warning to all the recipients '''