update log message

This commit is contained in:
Karol Wypchlo 2020-09-29 15:46:40 +02:00
parent e7e7adc141
commit bc879b51cc
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ async def check_docker_logs():
# No critical or severe errors, return a heartbeat type message
return await send_msg(
client,
"No critical or severe warnings in log since `{}` hours".format(CHECK_HOURS),
"No critical or severe warnings in log since {} hours".format(CHECK_HOURS),
)