Skip to content

Commit

Permalink
docs: updated the group meeting time
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Aug 19, 2024
1 parent 367f8b2 commit ae76dde
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ token.pickle
# Ignore pycache
__pycache__/
*.py[cod]

# Test files
*_test.py
3 changes: 2 additions & 1 deletion email_notifier.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import smtplib
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText


class EmailNotifier:
def __init__(self, username, password):
Expand Down
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def lab_maintance_email(self, recipient_name, date_maintenance):

ln2_instruction = "Please schedule a Liquid Nitrogen Fill Up with Jivin (jseward@usc.edu) and refill our tank"

instructions = [ln2_instruction, "Purchase any outstanding item left on the Purchasing Wish list", "Check Lab Inventory: napkins, water filters, gloves, masks, printing supply, compressed air", "Check Chemical Inventory", "Assess Water Filter Status", "Check cooling water temperature and pressure", "Fill up traps and dewars with LN2", "General Cleanup of the Lab (call people out if needed)","Monitor waste labels and complete them if they are missing any information", "Issue a Waste Pick Up Request with EH&S if Accumulation Date on a label is almost 9 months or if you need to dispose of the waste ASAP", "Version Control and Back Up Code Base on GitHub"]
instructions = [ln2_instruction, "Purchase any outstanding item left on the Purchasing Wish list", "After you purchase something put it on the #purchasing channel" ,"Check Lab Inventory: napkins, water filters, gloves, masks, printing supply, compressed air", "Check Chemical Inventory", "Assess Water Filter Status", "Check cooling water temperature and pressure", "Fill up traps and dewars with LN2", "General Cleanup of the Lab (call people out if needed)","Monitor waste labels and complete them if they are missing any information", "Issue a Waste Pick Up Request with EH&S if Accumulation Date on a label is almost 9 months or if you need to dispose of the waste ASAP", "Version Control and Back Up Code Base on GitHub"]

reminders = ["🌳 Wear O2 monitor while doing LN2 fill up","🚪 Keep Back Room Door open while doing LN2 fill up","🪤 Don't position yourself such that you are trapped by the dewar","👖 Wear full pants on Lab Maintenance Day", "🚫 Don't reuse gloves", "🦠 Don't touch non-contaminated items with gloves", "🧤 Wear thermal gloves when working with LN2", "🥼🥽 Wear safety coat and goggles", "👥 Use the buddy system if not comfortable doing a task alone"]

Expand Down Expand Up @@ -372,8 +372,8 @@ def test_update_duty_tracker(system):
print("Duty tracker update test passed.")

if __name__ == "__main__":
presentation_day = "Monday"
presentation_time = "10:00 AM"
presentation_day = "Thursday"
presentation_time = "09:45 AM"
maintenance_day = "Friday"
location = "SSC 319"

Expand Down

0 comments on commit ae76dde

Please sign in to comment.