Skip to content

Commit

Permalink
cleaned up some
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-costanzo committed Mar 9, 2023
1 parent 192037a commit 7bf20df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion reports/config-example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ month = 12
; month must be two digits (i.e 02) ensure leading zero
month_name = December
email_from = [email protected]
email_subject = GTFS Quality Reports from Cal-ITP
is_development = True
track_links = HtmlAndText
track_opens = True
Expand Down
2 changes: 1 addition & 1 deletion reports/generate_report_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pandas as pd
from hubspot.marketing.transactional import ApiException, PublicSingleSendRequestEgg

# This script generates a email body using mjml. The result itself has templated variables
# (TODO: update this section to remove outdated info) This script generates a email body using mjml. The result itself has templated variables
# of form {{SOME_VARIABLE_NAME}}, so we will use jinja to complete these email bodies
from jinja2 import Environment, StrictUndefined
from siuba import _, collect, mutate
Expand Down

0 comments on commit 7bf20df

Please sign in to comment.