Browse Source

backup: adjust email formatting

master
Jim Paris 2 years ago
parent
commit
f6e8863128
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      backup.py

+ 2
- 2
backup.py View File

@@ -486,8 +486,8 @@ def main(argv: typing.List[str]):




body_text = write_logs("Logged errors and warnings:", "EWN") body_text = write_logs("Logged errors and warnings:", "EWN")
body_text += b"\n"
body_text += write_logs("All logs:")
body_text += b"\n\n"
body_text += write_logs("All log messages:")


# Subject summary # Subject summary
if errmsg and warnmsg: if errmsg and warnmsg:


Loading…
Cancel
Save