Rosebotics / CSSE120AutoGradebook

Script for automatically looking through the CSSE120 gradebook for missing grade items
MIT License
0 stars 2 forks source link

Test run isn't a test run #3

Closed fisherds closed 4 years ago

fisherds commented 4 years ago

So I checked the box for Test Run. It sent emails to me and the student. That will surprise other professors. Based on the code I didn't think that would happen but it did. I assume it's due to the email['To'] value overriding the third argument in the server.send_message function call. I have an easy fix in mind though. Issue to be closed soon.