fix: Remove self
This commit is contained in:
parent
b9ba2c289d
commit
c3e86d6c9a
@ -42,7 +42,7 @@ def format_time(time_str):
|
|||||||
|
|
||||||
return f'{date.day}.{date.month}.{date.year} {date.hour}:{date.minute}'
|
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
|
Send a warning to all the recipients
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user