Skip to content

Commit

Permalink
house keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Al-Saffar committed Dec 17, 2023
1 parent 77683f0 commit 2a104e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 348 deletions.
201 changes: 0 additions & 201 deletions myresources/crocodile/comms/gdrive.py

This file was deleted.

3 changes: 2 additions & 1 deletion myresources/crocodile/comms/notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ def send_and_close(config_name: Optional[str], to: str, subject: str, msg: str):
})
return r
else:
tmp = Email(config=Email.get_source_of_truth()[config_name])
config = dict(Email.get_source_of_truth()[config_name])
tmp = Email(config=config)
tmp.send_message(to, subject, msg)
tmp.close()

Expand Down
146 changes: 0 additions & 146 deletions myresources/crocodile/comms/onedrive.py

This file was deleted.

0 comments on commit 2a104e1

Please sign in to comment.