Merge pull request #870 from arivarton/main

Changed __time_format to self.__time_format.
This commit is contained in:
tobi-wan-kenobi 2022-04-11 20:34:21 +02:00 committed by GitHub
commit d1ae8f277f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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