Skip to content

Instantly share code, notes, and snippets.

@samirsaci
Last active September 3, 2022 14:34
Show Gist options
  • Select an option

  • Save samirsaci/6ce33d24bd0f189058281e9a6fb4d4c1 to your computer and use it in GitHub Desktop.

Select an option

Save samirsaci/6ce33d24bd0f189058281e9a6fb4d4c1 to your computer and use it in GitHub Desktop.
Mail Report
# Add the insights
html_string = html_string.replace("WEEK", WEEK)
html_string = html_string.replace("total_lines", total_lines)
html_string = html_string.replace("busy_day", busy_day)
html_string = html_string.replace("max_lines", max_lines)
html_string = html_string.replace("avg_ratio", avg_ratio)
html_string = html_string.replace("max_ratio", max_ratio)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment