Fix: One day too early

This commit is contained in:
Tim Schubert 2018-04-30 10:01:32 +02:00
parent e4e6cf31ed
commit 4117a92353

View file

@ -30,7 +30,7 @@ class Deadline(yaml.YAMLObject):
})
def test(self):
return self.time <= datetime.date.today()
return self.time < datetime.date.today()
class Course(yaml.YAMLObject):