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

Commit

Permalink
finish up emailing
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias2660 committed Jun 2, 2024
1 parent c0680ef commit 57469ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Main/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

# %%

start = 100
end = 220
start = 220
end = 380

# %%

Expand All @@ -26,7 +26,7 @@
approval = p["approval"]
if ("Approved" in approval) :
print(send_email([email, "[email protected]", "[email protected]", "[email protected]"], session_id, name))
time.sleep(3)
time.sleep(2)
else:
print(f"{name} is not approved")

Expand Down
2 changes: 1 addition & 1 deletion Main/SendEmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ def send_email(recipients: list, session: str, name: str) -> str:


if __name__ == "__main__":
print(send_email(["[email protected]"], 2083480230980, "Ethan"))
# print(send_email(["[email protected]"], 2083480230980, "Will"))
...
Binary file modified Main/__pycache__/SendEmail.cpython-39.pyc
Binary file not shown.

0 comments on commit 57469ad

Please sign in to comment.