Merge pull request #142 from sagidayan/API_Dev

fix mail to master of course
This commit is contained in:
Sagi Dayan 2015-08-02 17:58:21 +03:00
commit ffd6b6a32d

View file

@ -878,6 +878,7 @@ def sendTaskReminder():
course = Course.get_by_id(int(t.courseId))
if t.isPersonal:
for uId in course.membersId:
if int(uId) != course.master_id:
tc = TaskComponent.all().filter("taskId = ", t.key().id()).filter("userId = ", int(uId))
if tc.count() == 0:
user = User.get_by_id(int(uId))