Merge pull request #870 from arivarton/main
Changed __time_format to self.__time_format.
This commit is contained in:
commit
d1ae8f277f
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