Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Creidhne86 authored Apr 1, 2024
1 parent 0c1cb42 commit c7cd25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

filled_template = fill_email_template(Contact_First_Name, Event_Title, Discount_Code, html_template)

send_email(access_token,filled_template, '57872628', 'Test', '[email protected]'):
send_email(access_token,filled_template, '57872628', 'Test', '[email protected]')

#test_date = datetime(2024, 1, 1, tzinfo=timezone.utc) ,test_date

0 comments on commit c7cd25f

Please sign in to comment.