Changed __time_format to self.__time_format.

This commit is contained in:
arivarton 2022-04-08 17:09:28 +02:00
parent a48ddbb2c8
commit 83d910a7ef

View file

@ -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"],
)
)