mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-09 11:41:56 -07:00
Remove replace cycle from txt as not needed
This commit is contained in:
@@ -1205,7 +1205,7 @@ def email_reporting ():
|
|||||||
mail_text = mail_text.replace ('<REPORT_DATE>', timeFormated)
|
mail_text = mail_text.replace ('<REPORT_DATE>', timeFormated)
|
||||||
mail_html = mail_html.replace ('<REPORT_DATE>', timeFormated)
|
mail_html = mail_html.replace ('<REPORT_DATE>', timeFormated)
|
||||||
|
|
||||||
mail_text = mail_text.replace ('<SCAN_CYCLE>', cycle )
|
# mail_text = mail_text.replace ('<SCAN_CYCLE>', cycle )
|
||||||
mail_html = mail_html.replace ('<SCAN_CYCLE>', cycle )
|
mail_html = mail_html.replace ('<SCAN_CYCLE>', cycle )
|
||||||
|
|
||||||
mail_text = mail_text.replace ('<SERVER_NAME>', socket.gethostname() )
|
mail_text = mail_text.replace ('<SERVER_NAME>', socket.gethostname() )
|
||||||
|
|||||||
Reference in New Issue
Block a user