diff --git a/back/pialert.py b/back/pialert.py index d2376399..c841d904 100644 --- a/back/pialert.py +++ b/back/pialert.py @@ -1205,7 +1205,7 @@ def email_reporting (): mail_text = mail_text.replace ('', timeFormated) mail_html = mail_html.replace ('', timeFormated) - mail_text = mail_text.replace ('', cycle ) + # mail_text = mail_text.replace ('', cycle ) mail_html = mail_html.replace ('', cycle ) mail_text = mail_text.replace ('', socket.gethostname() )