Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinhu Wang committed Feb 26, 2023
1 parent 4cf6efb commit ef357d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,12 @@ def main():

# print(f"Message Content:\n {message_content}\n")
# print("************************Sending appointment result************************\n")
message_content = "Test action"
if sender_email_pass and sender_email:
send_email("AAA reservation notification", message_content, "jinhuwang1127@gmail.com")
# message_content = "Test action"
# if sender_email_pass and sender_email:
# send_email("AAA reservation notification", message_content, "jinhuwang1127@gmail.com")
# if sms_token:
# sendSMSNotification(f"AAA reservation notification \n {message_content}", ["+18484666289"])
print(sender_email)
env_vars = os.environ

# Print all environment variables and their values
Expand Down

0 comments on commit ef357d2

Please sign in to comment.