Changed __time_format to self.__time_format.
This commit is contained in:
parent
a48ddbb2c8
commit
83d910a7ef
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class Module(core.module.Module):
|
|||
% (
|
||||
gevent["date"]
|
||||
.astimezone()
|
||||
.strftime(f"{self.__date_format} {__time_format}"),
|
||||
.strftime(f"{self.__date_format} {self.__time_format}"),
|
||||
gevent["summary"],
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue