Fixup: datetime now

This commit is contained in:
Tim Schubert 2018-04-18 16:24:01 +02:00
parent 5c56d0c3ba
commit 438e51b2bf

View file

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