fix: Remove self

This commit is contained in:
PapaTutuWawa 2020-09-17 20:10:50 +02:00
parent b9ba2c289d
commit c3e86d6c9a

View File

@ -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
'''